Questions tagged [jms-serializer]

The Serializer tool is a versatile library that enables the serialization and deserialization of data with ease, no matter how complex it may be. It has built-in support for popular formats such as XML, JSON, and YAML.

Tips on altering the method to invoke for an entity during the PreSerializeEvent

My application includes a Category entity that holds various Assets. The Category has a method called getCount which returns the number of assets it contains. Recently, there was a feature update that introduced new types of assets such as external and in ...