Function maidsafe_utilities::serialisation::serialise[][src]

pub fn serialise<T>(data: &T) -> Result<Vec<u8>, SerialisationError> where
    T: Serialize

Serialise an Serialize type with no limit on the size of the serialised data.