Uses of Interface
com.tangosol.io.SerializerFactory
-
Packages that use SerializerFactory 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. -
-
Uses of SerializerFactory in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return SerializerFactory Modifier and Type Method Description SerializerFactory
SerializerFactoryProcessor. onProcess(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value. -
Uses of SerializerFactory in com.tangosol.io
Classes in com.tangosol.io that implement SerializerFactory Modifier and Type Class Description class
ConfigurableSerializerFactory
Deprecated.Methods in com.tangosol.io that return types with arguments of type SerializerFactory Modifier and Type Method Description static 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
Methods in com.tangosol.net that return SerializerFactory Modifier and Type Method Description SerializerFactory
ServiceDependencies. getSerializerFactory()
Obtain theSerializerFactory
used by this service.Methods in com.tangosol.net that return types with arguments of type SerializerFactory Modifier and Type Method Description Map<String,SerializerFactory>
ClusterDependencies. getSerializerMap()
Obtain the Serializer map.Map<String,SerializerFactory>
OperationalContext. getSerializerMap()
Return a Map of serializer factories.
-