-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
A class that the bson serializer should serialize into needs to implement this interface.
During deserialization the ctor will not be called, but rather the method of this interface.
interface BSON\Unserializable {
function bsonUnserialize(array $properties);
}
- related to
-
PHPC-49 Create PHP interface for BSON serialization
- Closed