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

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

Deserialise a Deserialize type with no limit on the size of the serialised data.