com.rtbhouse.utils.generated.avro.benchmark.FixeddmZKq Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avro-fastserde Show documentation
Show all versions of avro-fastserde Show documentation
Fast Apache Avro serialization/deserialization library.
The newest version!
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package com.rtbhouse.utils.generated.avro.benchmark;
@SuppressWarnings("all")
@org.apache.avro.specific.FixedSize(6)
@org.apache.avro.specific.AvroGenerated
public class FixeddmZKq extends org.apache.avro.specific.SpecificFixed {
private static final long serialVersionUID = -6183071748878141359L;
public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"fixed\",\"name\":\"FixeddmZKq\",\"namespace\":\"com.rtbhouse.utils.generated.avro.benchmark\",\"size\":6}");
public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
public org.apache.avro.Schema getSchema() { return SCHEMA$; }
/** Creates a new FixeddmZKq */
public FixeddmZKq() {
super();
}
/**
* Creates a new FixeddmZKq with the given bytes.
* @param bytes The bytes to create the new FixeddmZKq.
*/
public FixeddmZKq(byte[] bytes) {
super(bytes);
}
private static final org.apache.avro.io.DatumWriter
WRITER$ = new org.apache.avro.specific.SpecificDatumWriter(SCHEMA$);
@Override public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException {
WRITER$.write(this, org.apache.avro.specific.SpecificData.getEncoder(out));
}
private static final org.apache.avro.io.DatumReader
READER$ = new org.apache.avro.specific.SpecificDatumReader(SCHEMA$);
@Override public void readExternal(java.io.ObjectInput in)
throws java.io.IOException {
READER$.read(this, org.apache.avro.specific.SpecificData.getDecoder(in));
}
}