BenWoodworth / knbt

Kotlin NBT library for kotlinx.serialization
GNU Lesser General Public License v3.0
72 stars 2 forks source link

Add `nameRootClasses` configuration option #43

Closed BenWoodworth closed 4 months ago

BenWoodworth commented 4 months ago

The default root class nesting behavior will eventually be removed due to it being problematic for a number of reasons. (See #29)

But until then, this provides a way to opt out of that behavior entirely.

See discussion with @Ayfri in the Kotlin Slack