public class RootPropertyWrapperWriteSchema<T> extends Object implements SchemaEx<T>
| Constructor and Description |
|---|
RootPropertyWrapperWriteSchema(SchemaEx<T> schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
mergeFrom(InputEx input,
Object message) |
void |
writeTo(OutputEx output,
Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmessageNamenewMessagepublic void writeTo(OutputEx output, Object value) throws IOException
writeTo in interface SchemaWriter<T>IOExceptionpublic void mergeFrom(InputEx input, Object message) throws IOException
mergeFrom in interface SchemaReader<T>IOExceptionCopyright © 2017–2019 The Apache Software Foundation. All rights reserved.