Package | Description |
---|---|
org.infinispan.client.hotrod |
Hot Rod client API.
|
org.infinispan.client.hotrod.configuration |
Hot Rod client configuration API.
|
org.infinispan.commons.marshall |
Provides Infinispan-specific input and output streams, buffers and related utilities.
|
org.infinispan.commons.marshall.jboss |
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
|
org.infinispan.commons.util |
Commons package providing various utility classes
|
Modifier and Type | Method and Description |
---|---|
Marshaller |
RemoteCacheManager.getMarshaller() |
Marshaller |
RemoteCacheContainer.getMarshaller() |
Modifier and Type | Method and Description |
---|---|
DataFormat.Builder |
DataFormat.Builder.keyMarshaller(Marshaller keyMarshaller) |
DataFormat.Builder |
DataFormat.Builder.valueMarshaller(Marshaller valueMarshaller) |
Modifier and Type | Method and Description |
---|---|
Marshaller |
Configuration.marshaller() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Marshaller> |
Configuration.marshallerClass() |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
ConfigurationChildBuilder.marshaller(Marshaller marshaller)
Allows you to specify an instance of
Marshaller to serialize
and deserialize user objects. |
ConfigurationBuilder |
ConfigurationBuilder.marshaller(Marshaller marshaller) |
ConfigurationBuilder |
AbstractConfigurationChildBuilder.marshaller(Marshaller marshaller) |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
ConfigurationChildBuilder.marshaller(Class<? extends Marshaller> marshaller)
Allows you to specify a custom
Marshaller implementation to
serialize and deserialize user objects. |
ConfigurationBuilder |
ConfigurationBuilder.marshaller(Class<? extends Marshaller> marshaller) |
ConfigurationBuilder |
AbstractConfigurationChildBuilder.marshaller(Class<? extends Marshaller> marshaller) |
Modifier and Type | Interface and Description |
---|---|
interface |
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingMarshaller
With the introduction of global and cache marshallers, there's a need to
separate marshallers but still rely on the same marshalling backend as
previously.
|
class |
AbstractMarshaller
Abstract Marshaller implementation containing shared implementations.
|
class |
IdentityMarshaller
A marshaller that does not transform the content, only applicable to byte[] payloads.
|
class |
JavaSerializationMarshaller
Standard Java serialization marshaller.
|
class |
StringMarshaller |
class |
UTF8StringMarshaller |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJBossMarshaller
Common parent for both embedded and standalone JBoss Marshalling-based marshallers.
|
class |
GenericJBossMarshaller
A marshaller that makes use of JBoss Marshalling
to serialize and deserialize objects.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
Util.cloneWithMarshaller(Marshaller marshaller,
T x)
Clones parameter x of type T with a given Marshaller reference;
|
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.