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

Compiled serializer #4

Closed mstefarov closed 3 years ago

mstefarov commented 10 years ago

Provide high-performance compiled serializer/deserializer generation

mstefarov commented 3 years ago

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