-
-
Notifications
You must be signed in to change notification settings - Fork 234
Closed
Milestone
Description
In jackson-dataformat-xml/src/main/java/com/fasterxml/jackson/dataformat/xml/ser/XmlSerializerProvider.java
Line 203, I think _rootNameFromConfig()
should be used if available instead of ROOT_NAME_FOR_NULL
, so that withRootName()
config can be used.
I don't know whether/how deser would be affected
Line 203 in ca1c671
_initWithRootName((ToXmlGenerator) jgen, ROOT_NAME_FOR_NULL); |
Metadata
Metadata
Assignees
Labels
No labels