jackson-dataformat-xml icon indicating copy to clipboard operation
jackson-dataformat-xml copied to clipboard

Support `SerializationFeature.WRAP_ROOT_VALUE` for XML backend too

Open cowtowncoder opened this issue 4 years ago • 0 comments

(for background, see #485 and #374 )

Currently XML backend does not support addition of extra "wrapping", indicated by SerializationFeature.WRAP_ROOT_VALUE: it does however support "unwrapping" (see DeserializationFeature.UNWRAP_ROOT_VALUE). It would make sense to support serialization side too.

cowtowncoder avatar Sep 19 '21 00:09 cowtowncoder