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

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

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