fastBinaryJSON icon indicating copy to clipboard operation
fastBinaryJSON copied to clipboard

Binary JSON serializer based on fastJSON

Results 5 fastBinaryJSON issues
Sort by recently updated
recently updated
newest added

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...