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

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

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