netserializer icon indicating copy to clipboard operation
netserializer copied to clipboard

Fast(est?) .Net Serializer

Results 14 netserializer issues
Sort by recently updated
recently updated
newest added

Would be awesome to be able to clone a serializer. would be handy in combo with https://github.com/tomba/netserializer/issues/48 so you could clone a serializer, add some types to it, and then...

enhancement

While custom serializers can be written, at the moment it's not possible for the user to create custom serializers that would do the same things as the built-in serializers. This...

enhancement

Protobuf serializes DateTime faster than Netserializer, so there's room for improvement. This doesn't look simple, though, and care must be taken to handle the timezone etc. properly.

enhancement

Hi, There is a problem with serialization and deserialization of dictionaries. I want to serialize with the Serializer created like this `new NetSerializer.Serializer(new [] { typeof(Dictionary) });` but I'm getting...