Package Info

ghc-serialise


A binary serialisation library for Haskell values


Unspecified

This package (formerly 'binary-serialise-cbor') provides pure, efficient serialization of Haskell values directly into 'ByteString's for storage or transmission purposes. By providing a set of type class instances, you can also serialise any custom data type you have as well.

The underlying binary format used is the 'Concise Binary Object Representation', or CBOR, specified in RFC 7049. As a result, serialised Haskell values have implicit structure outside of the Haskell program itself, meaning they can be inspected or analyzed without custom tools.

An implementation of the standard bijection between CBOR and JSON is provided by the cborg-json package. Also see cbor-tool for a convenient command-line utility for working with CBOR data.


License: BSD-3-Clause
URL: https://hackage.haskell.org/package/serialise

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.2.4.0-bp155.2.14 info GA Release 2023-05-22 15 SP5
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • ghc-serialise
  • ghc-serialise-devel
0.2.4.0-bp154.1.13 info GA Release 2022-05-09 15 SP4
  • AArch64
  • ppc64le
  • x86-64
  • ghc-serialise
  • ghc-serialise-devel