| Package | Description |
|---|---|
| org.infinispan.protostream.impl |
Protostream internals.
|
| Modifier and Type | Field and Description |
|---|---|
private SerializationContextImpl |
RawProtobufMarshallerDelegate.ctx |
private SerializationContextImpl |
ProtoStreamWriterImpl.ctx |
private SerializationContextImpl |
MessageMarshallerDelegate.ctx |
private SerializationContextImpl |
ProtoStreamReaderImpl.ctx |
| Constructor and Description |
|---|
MessageMarshallerDelegate(SerializationContextImpl ctx,
MessageMarshaller<T> marshaller,
Descriptor messageDescriptor) |
ProtoStreamReaderImpl(SerializationContextImpl ctx) |
ProtoStreamWriterImpl(SerializationContextImpl ctx) |
RawProtobufMarshallerDelegate(SerializationContextImpl ctx,
RawProtobufMarshaller<T> marshaller) |