ConfigurablePofContextGetPofSerializer Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            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.IO.Pof
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic virtual 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)
Exceptions| Exception | Condition | 
|---|
| ArgumentException | 
            If the specified user type is negative or unknown to this
            IPofContext.
             | 
See Also