| Package | Description |
|---|---|
| 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.query.remote |
Server-side remote query components.
|
| org.infinispan.query.remote.client |
Hot Rod query API.
|
| Modifier and Type | Class and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
CompatibilityProtoStreamMarshaller
A per
EmbeddedCacheManager marshaller that should be used as compatibility mode marshaller (see org.infinispan.interceptors.compat.TypeConverterInterceptor) in server. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseProtoStreamMarshaller
Provides the starting point for implementing a
Marshaller that uses Protobuf
encoding. |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.