alec1o / Byter

Byter is a C# serializer. It can serialize and deserialize from primitive type e.g (class, struct, list, array, string...)
MIT License
3 stars 1 forks source link

Make Primitive prefix be same with Writer/Reader prefix #18

Closed alec1o closed 1 month ago

alec1o commented 1 month ago

isn't possible because, Writer/Reader use 2 bytes for prefix and Primitive use 1 byte for prefix