Fixes #91: Made Uuid's serializable.

This commit is contained in:
frankdejonge
2015-10-25 22:15:32 +01:00
parent f77767e6f0
commit 91d0c6da31
3 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -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.