The MongoDB\BSON\Serializable interface
Guide
Edit on GitHub ✎
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.
Intro
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.
Interfacesynopsis
class MongoDB\BSON\Serializable { }
Changelog
| Version | Description |
|---|
Serializable