public class RootDeserializer<T> extends Object
| Constructor and Description |
|---|
RootDeserializer(SchemaEx<T> schema) |
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(byte[] bytes) |
SchemaEx<T> |
getSchema() |
void |
setSchema(SchemaEx<T> schema) |
public T deserialize(byte[] bytes) throws IOException
IOExceptionCopyright © 2017–2019 The Apache Software Foundation. All rights reserved.