public class AvroSerDe<T> extends Object implements SerDe<T>
Constructor and Description |
---|
AvroSerDe(AvroType<T> avroType,
Map<String,String> modeProperties) |
Modifier and Type | Method and Description |
---|---|
T |
fromBytes(byte[] bytes) |
com.google.common.base.Function<byte[],T> |
fromBytesFunction() |
ByteArray |
toBytes(T obj) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.