NullImplementationNullPofContextGetPofSerializer Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Return an
IPofSerializer that can be used to
serialize and deserialize an object of the specified user type to
and from a POF stream.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic IPofSerializer GetPofSerializer(
int typeId
)
Parameters
- typeId
- Type: SystemInt32
The type identifier of the user type that can be serialized and
deserialized using the returned IPofSerializer; must be
non-negative.
Return Value
Type:
IPofSerializer
An
IPofSerializer for the specified user type.
Implements
IPofContextGetPofSerializer(Int32)
ExceptionsException | Condition |
---|
ArgumentException |
If the specified user type is negative or unknown to this
IPofContext.
|
See Also