MongoDB\BSON\Int64::unserialize
(mongodb >=1.5.0)
MongoDB\BSON\Int64::unserialize — Unserialize an Int64
Description
$serialized
): voidReturn Values
No value is returned.
Errors/Exceptions
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
- Throws MongoDB\Driver\Exception\UnexpectedValueException if the properties cannot be unserialized (i.e.
serialized
was malformed). - Throws MongoDB\Driver\Exception\InvalidArgumentException if the properties are invalid (e.g. missing fields or invalid values).
See Also
- MongoDB\BSON\Int64::serialize() - Serialize an Int64
- unserialize() - Creates a PHP value from a stored representation
- Serializing Objects