Info
Version: | 0.7.0 |
Author(s): | AdroitCode LLC |
Last Update: | Sunday, June 14, 2015 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Afterburner.Serialization |
Install
Install-Package Afterburner.Serialization
dotnet add package Afterburner.Serialization
paket add Afterburner.Serialization
Afterburner.Serialization Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
• Value Types
• Strings
• System.Collections (most types)
• System.Collections.Generic(most types)
• Types implementing IEnumerable.
All versions have the optimized serializer core and specific optimizations for many types in place.
Versions 0.8.0 and higher will have specific optimizations for all System.Collections.* and primitive types targeted in 1.0 release in place. Versions 0.9.0 and higher will include an optimized deserializer. Versions below this level will include a version of Mehdi Gholam's fastJson deserializer. The 1.0.0 milestone will include .NETs highest performance serializer/deserializer and the full initial set of configurable settings.
Future versions to include more configuration/customization options and dynamic support.