Add ObjectWriter.withoutRootName()
for convenience
#762
Milestone
ObjectWriter.withoutRootName()
for convenience
#762
Currently the way to disable use of wrapper root name is to use
writer.withRootName("")
, but it would be more meaningful to allow use ofwithoutRootName()
.The text was updated successfully, but these errors were encountered: