New
0.91.1
Features:
- Add an annotation
@XmlMapEntryNameto force map entries not to be collapsed, also specifying the name of the entry. - Improve translation of serial names to xml names in the
default policy (strip out text after '
<', '[' and '(')
Changes:
- Replace
@XmlNamespaceDeclSpecwith@XmlNamespaceDeclSpecsthat accepts an array argument - Synchronize annotation and readme docs #279 (thanks to Jack Boswell (boswelja))
Fixes:
- Fix deserialization of value classes that wrap a string when inside
an
@XmlValueproperty (#280). - Fix the issue that the for JavaScript overloads cannot be different only in external parameter type. This breaks compiling with a js2025 target. Discussed in #83.
- Inspired by #274, fix the decoding of non-collapsed map entries
where the
XmlSerialNameannotation is not present. - Further fixes on inline serialization with more cases.