| Package | Description |
|---|---|
| org.infinispan.protostream |
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
|
| org.infinispan.protostream.annotations.impl |
Holds the internal representation of Protobuf type metadata defined via annotations and the processors that handle
this metadata in order to generate protobuf schemas and marshallers.
|
| org.infinispan.protostream.impl |
Protostream internals.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
WrappedMessage.Marshaller |
| Modifier and Type | Method and Description |
|---|---|
RawProtobufMarshaller |
MarshallerCodeGenerator.generateMessageMarshaller(ProtoMessageTypeMetadata messageTypeMetadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocMessageMarshaller<T extends com.google.protobuf.MessageLite>
Marshaller for Google's Protobuf message classes generated by protoc tool.
|
| Modifier and Type | Field and Description |
|---|---|
private RawProtobufMarshaller<T> |
RawProtobufMarshallerDelegate.marshaller |
| Modifier and Type | Method and Description |
|---|---|
RawProtobufMarshaller<T> |
RawProtobufMarshallerDelegate.getMarshaller() |
| Constructor and Description |
|---|
RawProtobufMarshallerDelegate(SerializationContextImpl ctx,
RawProtobufMarshaller<T> marshaller) |