We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@NbtSerialName
Would have the same functionality as @SerialName, but takes precedence when serializing NBT
@SerialName
see: Kotlin/kotlinx.serialization#2104
@XmlSerialName
@NbtName
@JsonNames
(I checked all officially/community supported formats for related @SerialInfo annotation classes)
@SerialInfo annotation class
The text was updated successfully, but these errors were encountered:
Superseded by #29
Opting to add a separate annotation to encompass the serialized root tag name behavior, removing the need for empty @SerialNames
Sorry, something went wrong.
No branches or pull requests
Would have the same functionality as
@SerialName
, but takes precedence when serializing NBTsee: Kotlin/kotlinx.serialization#2104
Naming considerations:
@NbtSerialName
@XmlSerialName
@NbtName
@JsonNames
(I checked all officially/community supported formats for related
@SerialInfo annotation class
es)The text was updated successfully, but these errors were encountered: