SerializationLib 1.0.9
A serialization library to assist with serializing data to and from streams. 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.
Install-Package SerializationLib -Version 1.0.9
dotnet add package SerializationLib --version 1.0.9
<PackageReference Include="SerializationLib" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SerializationLib --version 1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
More enum fixes and update BBL.
Dependencies
-
- BinaryBitLib (>= 1.2.6)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.