@xyo-network/serialization

v0.4.0
Serialization services in the xyo network

logo

Serialization

Core to the XYO protocols is the passing of meaningful data through network communication. How the core objects in the XYO network isn't just an implementation detail as the serialization protocols make their way into signatures and hashes and is therefore core to creating to valid data.

This module provides a number of serialization services for serializing and deserializing objects and bytes.

Install

Using yarn

  yarn add @xyo-network/serialization

Using npm

  npm install @xyo-network/serialization --save
npm i @xyo-network/[email protected]

Metadata

  • MIT
  • Whatever
  • Ryan Pillsbury
  • released 12/11/2018

Downloads