Mongolid\Serializer\SerializableTypeInterface::convert PHP 메소드

convert() 공개 메소드

Retrieves corresponding MongoDB object that according to class that implement this interface, i.e., Type\ObjectID should return an MongoDB\BSON\ObjectID object.
public convert ( ) : mixed
리턴 mixed
    public function convert();
SerializableTypeInterface