messagepack-0.2.0: Serialize instance for Message Pack Object

Portabilityportable
Stabilityexperimental
Maintainerrodrigosetti@gmail.com
Safe HaskellNone

Data.MessagePack

Description

Object is a message pack object, and it have constructors for all message pack types.

The Serialize instances define how Object values may be serialized and deserialized to message pack binary format, following the specification.

Documentation