[logo]: https://cdn.xy.company/img/brand/XY_Logo_GitHub.png

![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

```sh
  yarn add @xyo-network/serialization
```

Using npm

```sh
  npm install @xyo-network/serialization --save
```