fastBinaryJSON
fastBinaryJSON copied to clipboard
Binary JSON serializer based on fastJSON
how about size serialized (vs json(string))
Recently i stumbled upon weird bug: i have a class `Entity` defined as follow: ``` public class Entity { private static int lastId = 0; internal Vector3 position = Vector3.Zero;...
InvalidCastException is thrown when deserializing a property of a type that is already supported with a registered custom serializer (BJSON.RegisterCustomType(Type)). Example test: (When I implemented build-in support for the DateTimeOffset...