JMSSerializerBundle
JMSSerializerBundle copied to clipboard
Please add deserialization for @XmlAttributeMap
Would be great to have the ability to define array property for all attributes of root xml node for entity and be able deserialize them in one line of code. Thank you.
@goetas Is this planned to implement?
@trickreich I never had an use case for it (both serialization and deserialization)... not really planned. Obviously a PR from somebody else is welcome.
@goetas I have actually two problems with this bundle:
- Deserialization of
xml-key-value-pairs
- Deserialization of
xml-attribute-map
I see... effectively the features you are using are available only when serializing.
Sadly that`s correct