SafeConfigurablePofContextGetGenericTypeId Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
For user types that are not registered in the POF configuration
used by this PofContext, determine if the user type can be
serialized using POF, otherwise determine if the user type can be
serialized using standard .NET BinaryFormatter.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected virtual int GetGenericTypeId(
Type type
)
Parameters
- type
- Type: SystemType
A user type that is not configured in this IPofContext.
Return Value
Type:
Int32
A special user type id that indicates that the user type is
supported by "generic" POF serialization or traditional .NET
serialization embedded in a POF stream.
See Also