Skip to content

Deserialize interfaces in PHP (Symfony 4 + JMS Serializer).

Notifications You must be signed in to change notification settings

akserikawa/interface-deserialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interface deserialization in Symfony 4

Deserialize objects that implement an interface using the JMS Serializer.

$model = $serializer->deserialize($data, Acme\Model\SomeModelInterface::class, 'json');

About

Deserialize interfaces in PHP (Symfony 4 + JMS Serializer).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages