pub fn create_deserializer(
format: Format,
) -> Result<Box<dyn RecordDeserializer>, SerdeError>Expand description
Creates a deserializer for the given format.
ยงErrors
Returns SerdeError::UnsupportedFormat if the format is not supported.
pub fn create_deserializer(
format: Format,
) -> Result<Box<dyn RecordDeserializer>, SerdeError>Creates a deserializer for the given format.
Returns SerdeError::UnsupportedFormat if the format is not supported.