-
Notifications
You must be signed in to change notification settings - Fork 3
Home
AqlaSolutions edited this page Oct 28, 2014
·
34 revisions
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.