Data.Binary

The Binary class

class Binary t

The Get and Put monads

data Get a

type Put

Useful helpers for writing instances

putWord8

getWord8

Binary serialisation

encode

decode

IO functions for serialisation

encodeFile

decodeFile