Info
Version: | 1.0.9 |
Author(s): | smoogipooo |
Last Update: | Friday, August 21, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/smoogipooo/SerializationLib |
NuGet Url: | https://www.nuget.org/packages/SerializationLib |
Install
Install-Package SerializationLib
dotnet add package SerializationLib
paket add SerializationLib
SerializationLib Download (Unzip the "nupkg" after downloading)
Dependencies
- BinaryBitLib(1.2.6)
Tags
The library can serialize all primitive types (char, int, bool, float, double, etc), arrays/lists/dictionaries, and complex objects such as arrays of serializable objects where objects can contain other serializable objects. Uses BinaryBitLib to read and write data.