Module maidsafe_utilities::serialisation [] [src]

Functions for serialisation and deserialisation

Enums

SerialisationError

Serialisation error.

Functions

deserialise

Deserialise a Decodable type

deserialise_from

Deserialise a Decodable type directly from a Read

serialise

Serialise an Encodable type

serialise_into

Serialise an Encodable type directly into a Write.