T - The type of the objects serializedpublic interface Encoder<T>
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encode(T obj)
Encodes the given object into a Byte Array.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.