MongoDB\BSON\MaxKey::serialize

Serialize a MaxKey

Description

final public string MongoDB\BSON\MaxKey::serialize ( void )

Parameters

This function has no parameters.

Return Values

Returns the serialized representation of the MongoDB\BSON\MaxKey.

Errors/Exceptions

  • Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.

See Also