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
Apache License 2.0
574 stars 222 forks source link

Java bean serialization XML encoding problem #624

Closed candy-dev closed 11 months ago

candy-dev commented 11 months ago

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。

pjfanning commented 11 months ago

Closing due to https://github.com/FasterXML/jackson-dataformat-xml/issues/315 already existing