Package | Description |
---|---|
org.infinispan.protostream | |
org.infinispan.protostream.impl | |
org.infinispan.protostream.sampledomain.marshallers |
Modifier and Type | Interface and Description |
---|---|
interface |
EnumMarshaller<E extends Enum<E>>
Encodes a Java enum into an int value that is suitable for serializing with protobuf and back again.
|
interface |
MessageMarshaller<T> |
interface |
RawProtobufMarshaller<T> |
Modifier and Type | Method and Description |
---|---|
<T> BaseMarshaller<T> |
SerializationContext.getMarshaller(Class<T> clazz) |
<T> BaseMarshaller<T> |
SerializationContext.getMarshaller(String descriptorFullName) |
Modifier and Type | Method and Description |
---|---|
<T> void |
SerializationContext.registerMarshaller(Class<? extends T> clazz,
BaseMarshaller<T> marshaller) |
Modifier and Type | Class and Description |
---|---|
class |
WrappedMessageMarshaller |
Modifier and Type | Method and Description |
---|---|
<T> BaseMarshaller<T> |
SerializationContextImpl.getMarshaller(Class<T> clazz) |
<T> BaseMarshaller<T> |
SerializationContextImpl.getMarshaller(String descriptorFullName) |
Modifier and Type | Method and Description |
---|---|
<T> void |
SerializationContextImpl.registerMarshaller(Class<? extends T> clazz,
BaseMarshaller<T> marshaller) |
Modifier and Type | Class and Description |
---|---|
class |
AccountMarshaller |
class |
AddressMarshaller |
class |
GenderMarshaller |
class |
LimitsMarshaller |
class |
TransactionMarshaller |
class |
UserMarshaller |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.