You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This new serializer feature allows to serialize and de-serialize abstract classes. Such feature is especially useful when dealing with domain objects. See symfony/symfony#24375.
@sroze the description you added in your pull request is very easy to understand. Maybe you could reuse it or expand it to add some docs about this feature that you added to Symfony? Thanks!
The text was updated successfully, but these errors were encountered:
…n of interfaces and abstract classes (sroze, javiereguiluz)
This PR was merged into the master branch.
Discussion
----------
[Serializer] Add documentation about the (de)serialization of interfaces and abstract classes
Fixes#9011
Add documentation for symfony/symfony#24375
Commits
-------
ac831b0 Minor fixes and some tweaks
61b9c53 Add documentation about the (de)serialization of interfaces and abstract classes
This new serializer feature allows to serialize and de-serialize abstract classes. Such feature is especially useful when dealing with domain objects. See symfony/symfony#24375.
@sroze the description you added in your pull request is very easy to understand. Maybe you could reuse it or expand it to add some docs about this feature that you added to Symfony? Thanks!
The text was updated successfully, but these errors were encountered: