public interface MessageMarshaller<T> extends BaseMarshaller<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MessageMarshaller.ProtoStreamReader
An high-level interface for the wire encoding of a protobuf stream that allows reading named and typed message
fields.
|
static interface |
MessageMarshaller.ProtoStreamWriter |
| Modifier and Type | Method and Description |
|---|---|
T |
readFrom(MessageMarshaller.ProtoStreamReader reader) |
void |
writeTo(MessageMarshaller.ProtoStreamWriter writer,
T t) |
getJavaClass, getTypeNameT readFrom(MessageMarshaller.ProtoStreamReader reader) throws IOException
IOExceptionvoid writeTo(MessageMarshaller.ProtoStreamWriter writer, T t) throws IOException
IOExceptionCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.