| Package | Description |
|---|---|
| com.tangosol.coherence.config.xml.processor |
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
|
| com.tangosol.io |
Contains classes providing cache persistence of serialized objects.
|
| com.tangosol.net |
Contains basic cluster interfaces and factories.
|
| Modifier and Type | Method | Description |
|---|---|---|
SerializerFactory |
SerializerFactoryProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConfigurableSerializerFactory
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
SerializerFactory |
ServiceDependencies.getSerializerFactory()
Obtain the
SerializerFactory used by this service. |
| Modifier and Type | Method | Description |
|---|---|---|
Map<String,SerializerFactory> |
OperationalContext.getSerializerMap()
Return a Map of serializer factories.
|
|
Map<String,SerializerFactory> |
ClusterDependencies.getSerializerMap()
Obtain the Serializer map.
|