public interface SerDe<T> extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| T | fromBytes(byte[] bytes) | 
| com.google.common.base.Function<byte[],T> | fromBytesFunction() | 
| ByteArray | toBytes(T obj) | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.