Data.Serialize.Put

The Put type

type Put

data PutM a

type Putter a

runPut

runPutM

runPutLazy

runPutMLazy

putBuilder

execPut

Flushing the implicit parse state

flush

Primitives

putWord8

putByteString

putLazyByteString

Big-endian primitives

putWord16be

putWord32be

putWord64be

Little-endian primitives

putWord16le

putWord32le

putWord64le

Host-endian, unaligned writes

putWordhost

putWord16host

putWord32host

putWord64host

Containers

putTwoOf

putListOf

putIArrayOf

putSeqOf

putTreeOf

putMapOf

putIntMapOf

putSetOf

putIntSetOf

putMaybeOf

putEitherOf