BenWoodworth / knbt

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

Implement sequential decoding #45

Open BenWoodworth opened 2 months ago

BenWoodworth commented 2 months ago

Currently returns false (the default) for decodeSequentially():

https://github.com/BenWoodworth/knbt/blob/v0.11.5/src/commonMain/kotlin/internal/NbtDecoder.kt#L210-L213