We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0017da3 commit 3c72392Copy full SHA for 3c72392
src/Codec/architecture.md
@@ -24,12 +24,6 @@ for documents where a more specific `DocumentCodec` is provided. The `DocumentCo
24
and `encode` methods from the base `Codec` interface to narrow the return types. Document codecs guarantee to always
25
encode to a BSON document instance and decode to a PHP object.
26
27
-## Built-in Codecs
28
-
29
-By default, two codecs are provided: an `ArrayCodec` and an `ObjectCodec`. These two codecs are used to recursively
30
-encode and decode values in arrays and `stdClass` instances, respectively. When encoding or decoding an object,
31
-`ObjectCodec` only handles public properties of the object and ignores private and protected properties.
32
33
## Future Work
34
35
### Using Codecs
0 commit comments