Skip to content

Commit

Permalink
Merge pull request #221 from sandervanhooft/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge authored Mar 20, 2024
2 parents 6167b0a + 1fa782e commit a60ee7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/serialization/object-mapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Serialization using ObjectMapper
---

The object hydrator based serialization provides an easy way to serialize events to
plain/scalar data structures. Unlike [plain serialization](/docs/serialization/object-hydrator/)
plain/scalar data structures. Unlike [plain serialization](/docs/serialization/plain-serialization/)
this serialization implementation doesn't require you to write your own mapping code.
Instead, it uses a combination of conventions and [PHP 8 Attributes](https://www.php.net/manual/en/language.attributes.overview.php)
to map objects to raw data and back.
Expand Down

0 comments on commit a60ee7b

Please sign in to comment.