|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.kafka.serializer.avro.AvroSerializer<T>
public class AvroSerializer<T>
| Constructor Summary | |
|---|---|
AvroSerializer()
|
|
| Method Summary | |
|---|---|
T |
deserialize(byte[] bytes,
org.apache.avro.io.DatumReader<T> reader)
|
byte[] |
serialize(T input,
org.apache.avro.io.DatumWriter<T> writer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AvroSerializer()
| Method Detail |
|---|
public T deserialize(byte[] bytes,
org.apache.avro.io.DatumReader<T> reader)
throws java.io.IOException
java.io.IOException
public byte[] serialize(T input,
org.apache.avro.io.DatumWriter<T> writer)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||