@hackage / cereal-derive

Automatic deriving of Serialize using GHC.Generics

Latest0.1.1

About

Metadata

  • Last updated , by JaredHance
  • License GPL-3.0-only
  • Maintained by: Jared Hance <jaredhance@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

This package provides deriveGet and derivePut which can be used to quickly create an instance of Serialize for any type which implements Generic. Naturally, this can be used with -XDeriveGeneric to not have to write any boilerplate code.