serialize-instances-0.1.0.0: Instances for Serialize of cereal

Safe HaskellNone
LanguageHaskell2010

Data.Serialize.Instances

Contents

Documentation

class Serialize1 f where Source #

Methods

put1 :: Serialize a => Putter (f a) Source #

put1 :: Serialize (f a) => Putter (f a) Source #

get1 :: Serialize a => Get (f a) Source #

get1 :: Serialize (f a) => Get (f a) Source #

Orphan instances