Skip to content
AqlaSolutions edited this page Oct 28, 2014 · 34 revisions

AqlaSerializer

Basically this is a fork of well known protobuf-net project. Protobuf-net tries to maintain Google Protocol Buffers format compatibility and it has issues with handling some very common .NET specific features like reference tracking.

AqlaSerializer project goal is not such compatibility but instead focus on support for .NET specific features. The current V1 still uses Protocol Buffers format but the next V2 will use own binary format.

Clone this wiki locally