FasterXML / jackson-dataformat-xml

Extension for Jackson JSON processor that adds support for serializing POJOs as XML (and deserializing from XML) as an alternative to JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java bean serialization XML encoding problem

candy-dev opened this issue · comments

When Java beans are serialized to XML, the encoding in the XML declaration defaults to UTF-8. Please modify it to a user-defined setting. Thank you。my useage version is 2.16.0。

Closing due to #315 already existing