Info
Version: | 1.0.0 |
Author(s): | USCiLab |
Last Update: | Friday, June 6, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://uscilab.github.io/cereal/ |
NuGet Url: | https://www.nuget.org/packages/cereal |
Install
Install-Package cereal
dotnet add package cereal
paket add cereal
cereal Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
cereal takes arbitrary data types and reversibly turns them into different representations, such as compact binary encodings, XML, or JSON. cereal was designed to be fast, light-weight, and easy to extend - it has no external dependencies and can be easily bundled with other code or used standalone.