Package version:

The data stored in Avro format.

interface AvroFormat {
    deserializer?: any;
    serializer?: any;
    type: "AvroFormat";
}

Hierarchy (view full)

Properties

deserializer?: any

Deserializer. Type: string (or Expression with resultType string).

serializer?: any

Serializer. Type: string (or Expression with resultType string).

type

Polymorphic discriminator, which specifies the different types this object can be