Info
Version: | 0.2.0 |
Author(s): | sgryphon |
Last Update: | Saturday, November 2, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sgryphon/cortex-ssz |
NuGet Url: | https://www.nuget.org/packages/Cortex.SimpleSerialize |
Install
Install-Package Cortex.SimpleSerialize
dotnet add package Cortex.SimpleSerialize
paket add Cortex.SimpleSerialize
Cortex.SimpleSerialize Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Supports serialization and Merkleization for uint8 (byte), uint16 (ushort), uint32 (uint), uint64 (ulong), boolean, containers, vectors, lits, bitvector, and bitlist.
Does not yet support uint128, uint256, or union types.
Does not yet support deserialization. No direct support for self-signed containers, although you can easily get the signing root.