| Package | Description |
|---|---|
| org.infinispan.protostream.impl |
Protostream internals.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RawProtobufMarshallerDelegate.marshall(FieldDescriptor fieldDescriptor,
T value,
ProtoStreamWriterImpl writer,
RawProtoStreamWriter out) |
void |
MessageMarshallerDelegate.marshall(FieldDescriptor fieldDescriptor,
T message,
ProtoStreamWriterImpl writer,
RawProtoStreamWriter out) |
void |
EnumMarshallerDelegate.marshall(FieldDescriptor fd,
T value,
ProtoStreamWriterImpl writer,
RawProtoStreamWriter out) |
void |
BaseMarshallerDelegate.marshall(FieldDescriptor fieldDescriptor,
T value,
ProtoStreamWriterImpl writer,
RawProtoStreamWriter out)
Marshalls an object.
|