public interface SchemaReader<T>
| Modifier and Type | Method and Description |
|---|---|
void |
mergeFrom(InputEx input,
T message) |
default T |
newMessage()
Creates the message/object tied to this schema.
|
default T newMessage()
void mergeFrom(InputEx input, T message) throws IOException
IOExceptionCopyright © 2017–2019 The Apache Software Foundation. All rights reserved.