ConfigurableSerializerFactory Class |
<!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?)>
Namespace: Tangosol.IO
public class ConfigurableSerializerFactory : ISerializerFactory, IXmlConfigurable
The ConfigurableSerializerFactory type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfigurableSerializerFactory | Initializes a new instance of the ConfigurableSerializerFactory class |
| Name | Description | |
|---|---|---|
| Config | IXmlElement holding configuration information.
| |
| SerializerType |
Serializer type.
|
| Name | Description | |
|---|---|---|
| CreateSerializer |
Create a new ISerializer.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Provide a human-readable representation of this object.
(Overrides ObjectToString.) |