Skip to content

Commit 3c72392

Browse files
authored
Remove obsolete codec documentation (#1181)
1 parent 0017da3 commit 3c72392

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Codec/architecture.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ for documents where a more specific `DocumentCodec` is provided. The `DocumentCo
2424
and `encode` methods from the base `Codec` interface to narrow the return types. Document codecs guarantee to always
2525
encode to a BSON document instance and decode to a PHP object.
2626

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-
3327
## Future Work
3428

3529
### Using Codecs

0 commit comments

Comments
 (0)