Interface | Description |
---|---|
BaseMarshaller<T> | |
EnumMarshaller<E extends Enum<E>> |
Encodes a Java enum into an int value that is suitable for serializing with protobuf and back again.
|
Message |
An evolvable message with support for preserving unknown fields.
|
MessageMarshaller<T> | |
MessageMarshaller.ProtoStreamReader |
An high-level interface for the wire encoding of a protobuf stream that allows reading named and typed message
fields.
|
MessageMarshaller.ProtoStreamWriter | |
RawProtobufMarshaller<T> | |
SerializationContext | |
TagHandler |
An event based interface for consuming (reading) protobuf streams.
|
UnknownFieldSet |
UnknownFieldSet is used to keep track of fields which were seen when parsing a protocol message but whose
field numbers are not recognized. |
Class | Description |
---|---|
BaseMessage |
Base class for message implementations.
|
MessageContext<E extends MessageContext> | |
ProtobufParser | |
ProtobufUtil | |
WrappedMessage |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.