Sign in Sign up
nuget

aqlaserializer

AqlaSerializer is intended to serialize objects, not just data. What the difference? Data serializers don't care much about language runtime specifics like references, inheritance, etc. In contrast, an object serializer should take such things into account. AqlaSerializer primary goal is to support important .NET features like nested collections, multi-dimensional arrays, references, etc. And it still supports Google Protocol Buffers format. Like protobuf-net AqlaSerializer makes possible to store objects as a small in size binary data (far smaller than xml). And it's more CPU effective than BinaryFormatter and other core .NET serializers (which could be unavailable on your target platform). Its format is designed to be: small in size - efficient data storage (far smaller than xml) cheap to process - both at the client and server platform independent - portable between different programming architectures extensible - to add new data to old messages. The implementation is compatible with most of the .NET family, including .NET 3.5/4.0/4.5, .NET Standard 2.1 (.NET Core 3/3.1, .NET 5, .NET 6), Windows Phone 8, Silverlight 5, Android, iOS, UAP. The code is heavily based on Marc Gravell's protobuf-net but there are a lot of improvements and fixes. The original protobuf-net project contains many "red" unit tests but I managed to fix a lot of them. Some build configurations may be not available through nuget, you can download their binaries manually from github (use Project Site link).

nuget View on Nuget

Activity

Latest release
4y ago
Total releases
22
Cadence
~8 days
Last 12 months
0

Details

First release
Oct 19, 2015
Releases
Version Released
2.0.1.1170 patch
2.0.1.1069 patch
2.0.1.1033 patch
2.0.1.1032 patch
2.0.1.1031 patch
2.0.1.969 patch
2.0.1.968 patch
2.0.1 patch
2.0.0.372 patch
2.0.0.245 patch
2.0.0.243 patch
2.0.0.241 patch
2.0.0.239 patch
2.0.0.234 patch
2.0.0.227 patch
2.0.0.187 patch
2.0.0.96 major
1.0.0.938 patch
1.0.0.818 patch
1.0.0.793 patch
1.0.0.776 patch
1.0.0.767 initial