Skip to content

mipo47/MipoSerializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Fast binary serializer for .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages