Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class Serializable a Source #
Instances
Serializable Entry Source # | |
Defined in Serializable encode :: Entry -> ByteString Source # decode :: ByteString -> Entry Source # |
encode :: Serializable a => a -> ByteString Source #
decode :: Serializable a => ByteString -> a Source #