June 2018

What's new in jms/serializer v2.0

  • 2018-09-12
  • php, api, json, rest, serializer, xml

After more than a two years of work, jms/serializer v2.0 is going to see the light. Here a preview of the changes, new features and improvements that will be released soon.

September 2017

How to add custom error codes to your Symfony API responses

  • 2017-09-12
  • php, jms-serializer, json, serialization, symfony, symfony-form, error-codes, api, custom-error

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?