mstefarov / fNbt

A C# library for reading and writing Named Binary Tag (NBT) files and streams. A continuation of libnbt project, originally by Erik Davidson (aphistic).
116 stars 31 forks source link

Configurable NbtCompiler #8

Closed mstefarov closed 3 years ago

mstefarov commented 3 years ago

Not planning to implement this. A better options will be to support Source Generators to emit serialization/deserialization code.