Uses of Interface
com.tangosol.io.SerializerFactory
Package
Description
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
Contains classes providing cache persistence of serialized objects.
Contains basic cluster interfaces and factories.
-
Uses of SerializerFactory in com.tangosol.coherence.config.xml.processor
Modifier and TypeMethodDescriptionSerializerFactoryProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value. -
Uses of SerializerFactory in com.tangosol.io
Modifier and TypeMethodDescriptionstatic Map
<String, SerializerFactory> Serializer.discoverSerializers()
Return aMap
ofSerializerFactory
instances discovered on the class path.static Map
<String, SerializerFactory> Serializer.discoverSerializers
(ClassLoader loader) Return aMap
ofSerializerFactory
instances discovered on the class path. -
Uses of SerializerFactory in com.tangosol.net
Modifier and TypeMethodDescriptionServiceDependencies.getSerializerFactory()
Obtain theSerializerFactory
used by this service.Modifier and TypeMethodDescriptionClusterDependencies.getSerializerMap()
Obtain the Serializer map.OperationalContext.getSerializerMap()
Return a Map of serializer factories.