| Package | Description |
|---|---|
| org.infinispan.protostream |
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
|
| org.infinispan.protostream.impl |
Protostream internals.
|
| Modifier and Type | Method and Description |
|---|---|
UnknownFieldSet |
Message.getUnknownFieldSet()
Deprecated.
|
UnknownFieldSet |
UnknownFieldSetHandler.getUnknownFieldSet(T message)
Deprecated.
Extract the
UnknownFieldSet that was previously attached to a message during unmarshalling. |
| Modifier and Type | Method and Description |
|---|---|
void |
UnknownFieldSetHandler.setUnknownFieldSet(T message,
UnknownFieldSet unknownFieldSet)
Deprecated.
Attach a non-empty
UnknownFieldSet to a message that was newly unmarshalled. |
void |
Message.setUnknownFieldSet(UnknownFieldSet unknownFieldSet)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnknownFieldSetImpl
UnknownFieldSet implementation. |
| Modifier and Type | Method and Description |
|---|---|
T |
EnumMarshallerDelegate.readEnum(int expectedTag,
int enumValue,
UnknownFieldSet unknownFieldSet) |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.