BenWoodworth / knbt

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

Serialize unsigned arrays as NbtArrays #23

Closed BenWoodworth closed 1 year ago

BenWoodworth commented 1 year ago

In v0.11, UByteArray, UIntArray, and ULongArray all serialize to NbtLists, unlike normal signed Arrays, which serialize to their Nbt*Array counterparts