JMS Converter
PHP Converters Serializers Deserializers
Installation
Module Powered By
Native Conversion
{
"personName": "Johny",
"address": ["street": "A Good One", "houseNumber": 123
}$this->commandBus->sendWithRouting(
"settings.change",
'{"personName": "Johny","address":["street":"A Good One","houseNumber":123}',
"application/json"
)
Array Deserialization
Custom Conversions for Classes
Example usage
Serialization Customization
Configuration
withDefaultNullSerialization
withNamingStrategy
withDefaultEnumSupport
Serialize Nulls for specific conversion
Conversion Table
Last updated
Was this helpful?