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
561 stars 221 forks source link

Java bean serialization XML encoding problem #624

Closed candy-dev closed 6 months ago

candy-dev commented 6 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 6 months ago

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