mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Fixes #91: Made Uuid's serializable.
This commit is contained in:
@@ -21,7 +21,7 @@ use Ramsey\Uuid\Exception\UnsupportedOperationException;
|
||||
* UuidInterface defines common functionality for all universally unique
|
||||
* identifiers (UUIDs)
|
||||
*/
|
||||
interface UuidInterface extends \JsonSerializable
|
||||
interface UuidInterface extends \JsonSerializable, \Serializable
|
||||
{
|
||||
/**
|
||||
* Compares this UUID to the specified UUID.
|
||||
|
||||
Reference in New Issue
Block a user