Skip to content

Commit

Permalink
docs: readme (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed May 3, 2024
1 parent d90b473 commit d2a78a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ a few keystrokes.
* Maps to and from `stdClass`, objects extending `stdClass`, and other objects
with dynamic properties (`#[AllowDynamicProperties]`).
* Maps an object to an array, and vice versa.
* Support for third-party objects: Doctrine Collections, Symfony Uid, Ramsey
UUID.

### Custom Mapping

Expand All @@ -110,7 +112,7 @@ a few keystrokes.
* Attempts to detect identifier properties on the source side. Those properties
will be mapped eagerly to the target side, as they should not trigger the
hydration of the source. As an example, API Platform will be able to generate
IRIs without causing the hydration of the entire object graph.
IRIs without causing Doctrine to hydrate the entire object graph.

### Arrays and Array-Like Objects

Expand Down

0 comments on commit d2a78a7

Please sign in to comment.