T
- The type of the objects de-serializedpublic interface Decoder<T>
Modifier and Type | Method and Description |
---|---|
T |
decode(byte[] data)
Decodes the given byte array into an object.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.