ConfigurablePofContextPofConfig Class |
Namespace: Tangosol.IO.Pof
protected class PofConfig
The ConfigurablePofContextPofConfig type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConfigurablePofContextPofConfig | Initializes a new instance of the ConfigurablePofContextPofConfig class |
Name | Description | |
---|---|---|
![]() | 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 | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | m_isInterfaceAllowed | true iff an interface name is acceptable in the
configuration as the class of a user type.
|
![]() | m_isReferenceEnabled | true iff POF Identity/Reference type support is enabled.
|
![]() | m_isSubclassAllowed | true iff serialization of sub-classes is explicitly
enabled.
|
![]() | m_mapTypeIdByType |
Once initialized, this references a non thread-safe map that
contains mappings from .NET types to POF type identifiers.
|
![]() | m_mapTypeIdByTypeName |
Once initialized, this references a non thread-safe map that
contains mappings from .NET type names to POF type
identifiers.
|
![]() | m_serByTypeId |
An array of IPofSerializer objects, indexed by
type identifier.
|
![]() | m_typeByTypeId |
An array of user Types, indexed by type identifier.
|
![]() | m_xml |
The XML configuration, if supplied by constructor.
|