I’m trying to figure out how to [reduce the amount of disk space used by serialization].
I ended up using BinaryReader and BinaryWriter to compact the data and remove the serialization meta data. I used bitwise operations to compress information further. [Example]