Click or drag to resize

ConfigurablePofContextPofConfigm_mapTypeIdByTypeName Field

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Once initialized, this references a non thread-safe map that contains mappings from .NET type names to POF type identifiers.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public IDictionary m_mapTypeIdByTypeName

Field Value

Type: IDictionary
Remarks
The initial contents of the map reflect the configuration, but the contents can increase over time as the names of sub-classes (i.e. of the classes corresponding to the contained class names) are resolved to type IDs (and those mappings are added).
See Also