|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.io.ConfigurableSerializerFactory
Deprecated.
@Deprecated
public class ConfigurableSerializerFactory
A SerializerFactory implementation that creates instances of a Serializer class configured using an XmlElement of the following structure:
<!ELEMENT instance ((class-name | (class-factory-name, method-name), init-params?)> <!ELEMENT init-params (init-param*)> <!ELEMENT init-param ((param-name | param-type), param-value, description?)>
This class has now been deprecated and replaced with a ParameterizedBuilder that produces a SerializerFactory.
SerializerFactoryProcessor| Constructor Summary | |
|---|---|
ConfigurableSerializerFactory()Deprecated. |
|
| Method Summary | |
|---|---|
Serializer |
createSerializer(java.lang.ClassLoader loader)Deprecated. Create a new Serializer. |
XmlElement |
getConfig()Deprecated. Determine the current configuration of the object. |
void |
setConfig(XmlElement xml)Deprecated. Specify the configuration for the object. |
java.lang.String |
toString()Deprecated. |
| Constructor Detail |
|---|
public ConfigurableSerializerFactory()
| Method Detail |
|---|
public Serializer createSerializer(java.lang.ClassLoader loader)
If the new Serializer is an instance of ClassLoaderAware and the specified ClassLoader is non-null, the new Serializer will be configured with the ClassLoader before it is returned to the caller.
createSerializer in interface SerializerFactoryloader - the optional ClassLoader with which to configure the new Serializer.public void setConfig(XmlElement xml)
setConfig in interface XmlConfigurablexml - the XML configuration for the objectpublic XmlElement getConfig()
getConfig in interface XmlConfigurablepublic java.lang.String toString()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||