bytable-0.0.0.10: data from/to ByteString

Safe HaskellSafe-Inferred

Codec.Bytable

Synopsis

Documentation

fromByteString :: Bytable b => ByteString -> Either String bSource

Deprecated: Use decode instead

toByteString :: Bytable b => b -> ByteStringSource

Deprecated: Use encode instead

class Parsable p whereSource

Methods

parse :: BytableM pSource