/MipoSerializer

Fast binary serializer for .NET

Primary LanguageC#

MipoSerializer

Fast binary serializer for .NET

Supports all types (even marked as NonSerializable).

Copies data directly to RAM to improve speed.

Contains benchmark and compares speed/size with other serializers:

  • BinaryFormater. Native serializer. Created by Microsoft
  • ProtoBuf. Known as best .NET serializer. Created by Google.