public class GeneratedMarshallerBase extends Object
| Constructor and Description |
|---|
GeneratedMarshallerBase() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
readMessage(BaseMarshallerDelegate<T> marshallerDelegate,
RawProtoStreamReader in)
Invoked by generated code.
|
protected <T> void |
writeMessage(BaseMarshallerDelegate<T> marshallerDelegate,
RawProtoStreamWriter out,
T message)
Invoked by generated code.
|
protected <T> void |
writeNestedMessage(BaseMarshallerDelegate<T> marshallerDelegate,
RawProtoStreamWriter out,
int fieldNumber,
T message)
Invoked by generated code.
|
protected final <T> T readMessage(BaseMarshallerDelegate<T> marshallerDelegate, RawProtoStreamReader in) throws IOException
IOExceptionprotected final <T> void writeMessage(BaseMarshallerDelegate<T> marshallerDelegate, RawProtoStreamWriter out, T message) throws IOException
IOExceptionprotected final <T> void writeNestedMessage(BaseMarshallerDelegate<T> marshallerDelegate, RawProtoStreamWriter out, int fieldNumber, T message) throws IOException
IOExceptionCopyright © 2020 JBoss, a division of Red Hat. All rights reserved.