cqrs-0.8.0: Command-Query Responsibility Segregation

Data.CQRS.Serialize

Synopsis

Documentation

decode' :: SafeCopy e => ByteString -> eSource

Decode a serialized value irrefutably.

encode :: SafeCopy e => e -> ByteStringSource

Encode a value.