Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@xyo-network/serialization

xyo19MITdeprecated0.55.9-alpha.0TypeScript support: included

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

Serialization services in the xyo network

readme

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