pub fn to_bytes(
classes: &mut ClassMap<'_>,
output_format: Format,
) -> Result<Vec<u8>, SerError>Expand description
Serialize bytes(file contents) to a file.
ยงErrors
If the information required for serialization is missing.
See serde_hkx::errors::ser::Error for possible errors that may occur.