|
The MongoDB\BSON\Serializable interfaceはじめに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
class MongoDB\BSON\Serializable
implements
MongoDB\BSON\Type {
/* メソッド */
abstract public arraystdClassMongoDB\BSON\DocumentMongoDB\BSON\PackedArray bsonSerialize()
}変更履歴
|