owengage / fastnbt

Fast serde serializer and deserializer for Minecraft's NBT and Anvil formats
MIT License
185 stars 35 forks source link

No network NBT option for serialization? #114

Closed devwckd closed 3 months ago

devwckd commented 3 months ago

109 adds support for network NBT but only for deserialization, if this is a mistake I can add it, I just need to know if it's intended.

owengage commented 3 months ago

Hi, it's only missing because it's not been implemented so far. I'd be happy to accept a contribution for that. If it looked similar to the options for deserialization that would be perfect.