Class AvroSerialization


  • public final class AvroSerialization
    extends Serialization
    Describes how data from an input is serialized or how data is serialized when written to an output in Avro format.
    • Constructor Detail

      • AvroSerialization

        public AvroSerialization()
    • Method Detail

      • properties

        public Object properties()
        Get the properties property: The properties that are associated with the Avro serialization type. Required on PUT (CreateOrReplace) requests.
        Returns:
        the properties value.
      • withProperties

        public AvroSerialization withProperties​(Object properties)
        Set the properties property: The properties that are associated with the Avro serialization type. Required on PUT (CreateOrReplace) requests.
        Parameters:
        properties - the properties value to set.
        Returns:
        the AvroSerialization object itself.