Function maidsafe_utilities::serialisation::deserialise [] [src]

pub fn deserialise<T>(data: &[u8]) -> Result<T, SerialisationError> where T: Decodable

Deserialise a Decodable type using default max size limit.