The MongoDB\BSON\Serializable interface

(mongodb >=1.0.0)

¼ò½é

Classes that implement this interface may return data to be serialized as a BSON array or document in lieu of the object's public properties.

ÀàÕªÒª

MongoDB\BSON\Serializable implements MongoDB\BSON\Type {
/* ·½·¨ */
abstract public array|object bsonSerialize ( void )
}

Table of Contents