php8.5
Home/ Manual/ mongodb / bson/ The MongoDB\BSON\Serializable interface

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.

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

VersionDescription

Serializable

In this section

Source: reference/mongodb/bson/serializable.xml · from the official PHP manual (php/doc-en)