All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.NbtFormatConfiguration.kt Maven / Gradle / Ivy

There is a newer version: 0.11.8
Show newest version
package net.benwoodworth.knbt

public sealed interface NbtFormatConfiguration {
    public val encodeDefaults: Boolean
    public val ignoreUnknownKeys: Boolean
    public val classDiscriminator: String
    public val nameRootClasses: Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy