neuecc / ZeroFormatter

Infinitely Fast Deserializer for .NET, .NET Core and Unity.
MIT License
2.39k stars 248 forks source link

Which one do you recommend for mobile game made with Unity? #106

Open omega4727 opened 5 years ago

omega4727 commented 5 years ago

Hello, I want to choose a suitable serialization and deserialization library for the data table reading function in the Unity mobile game project. Which one do you recommend? @neuecc

majorika commented 5 years ago

neuecc recommanded https://github.com/neuecc/MessagePack-CSharp on comments.

Before creating this library, I implemented a fast fast serializer with ZeroFormatter#Performance. And this is a further evolved implementation. MessagePack for C# is always fast, optimized for all types(primitive, small struct, large object, any collections).