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 and Description |
---|---|
SerializerFactory |
SerializerFactoryProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableSerializerFactory
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SerializerFactory |
ServiceDependencies.getSerializerFactory()
Obtain the
SerializerFactory used by this service. |
Modifier and Type | Method and Description |
---|---|
Map<String,SerializerFactory> |
OperationalContext.getSerializerMap()
Return a Map of serializer factories.
|
Map<String,SerializerFactory> |
ClusterDependencies.getSerializerMap()
Obtain the Serializer map.
|