Function maidsafe_utilities::serialisation::serialise_into_with_limit [] [src]

pub fn serialise_into_with_limit<T: Encodable, W: Write>(data: &T, write: &mut W, size_limit: SizeLimit) -> Result<()SerialisationError>

Serialise an Encodable type directly into a Write with max size limit specified.