@xyo-network/serialization

Serialization services in the xyo network

Usage no npm install needed!

<script type="module">
  import xyoNetworkSerialization from 'https://cdn.skypack.dev/@xyo-network/serialization';
</script>

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