Closed BenWoodworth closed 1 year ago
Would have the same functionality as @SerialName, but takes precedence when serializing NBT
@SerialName
see: https://github.com/Kotlin/kotlinx.serialization/issues/2104
@NbtSerialName
@XmlSerialName
@NbtName
@JsonNames
(I checked all officially/community supported formats for related @SerialInfo annotation classes)
@SerialInfo annotation class
Superseded by #29
Opting to add a separate annotation to encompass the serialized root tag name behavior, removing the need for empty @SerialNames
Would have the same functionality as
@SerialName
, but takes precedence when serializing NBTsee: https://github.com/Kotlin/kotlinx.serialization/issues/2104
Naming considerations:
@NbtSerialName
@XmlSerialName
@NbtName
@JsonNames
(I checked all officially/community supported formats for related
@SerialInfo annotation class
es)