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 unfortunately has issues with handling some very the common .NET specific features.

AqlaSerializer project goal is not to make a Protocol Buffers compatible implementation but instead support common .NET features. The current V1 still uses Protocol Buffers format but the next V2 will use own binary format.

Clone this wiki locally