Function to convert a raw schema into serialized Avro schema.
If schema is malformed or invalid, returns an error.
Function to get serialized datum data for a given schema into hashmap.
Function to get the schema writer with default container as Vec<u8>
Function to populate a given schema with data and return serialized record.
Function to convert a serialized Avro schema into Avro Schema type.
If schema is malformed or invalid, returns an error.
Function to validate incoming json serialized schema against avro schema.