[][src]Function maidsafe_utilities::serialisation::deserialise_from

pub fn deserialise_from<R: Read, T: DeserializeOwned>(
    read: &mut R
) -> Result<T, SerialisationError>

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