September 2017

Deserialization, normalization, validation and the JMS Serializer

  • 2017-08-21
  • php, jms-serializer, json, yaml, xml, serialization, deserialization, symfony, symfony-form

Serializing can be a not trivial process, but when talking about de-serialization, the problem is even more difficult. The source data (XML or JSON) can be not well formatted, well formatted but not valid or valid syntactically but not valid in our domain. Dividing deserialization, normalization, validation is fundamental.

August 2016

Some notes about JMS Serializer (plus v1.3.0 release)

  • 2016-08-21
  • php, jms-serializer, json, yaml, xml, serialization

It is almost a month that I started as maintainer of JMS Serializer and today I'm proud to announce the release v1.3.0 of JMS Serializer that contains many bug fixes and the new method "hasData" for generic serialization visitors (JSON/YAML)

Want more info?