MongoDB\BSON\ObjectId::serialize

Serialize an ObjectId

Description

final public string MongoDB\BSON\ObjectId::serialize()

Parameters

This function has no parameters.

Return Values

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

Errors/Exceptions

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

See Also