Function maidsafe_utilities::serialisation::serialise_into [] [src]

pub fn serialise_into<T: Serialize, W: Write>(
    data: &T,
    write: &mut W
) -> Result<(), SerialisationError>

Serialise an Serialize type directly into a Write with no limit on the size of the serialised data.