ICodec Interface | 
Namespace: Tangosol.IO.Pof.Reflection
public interface ICodec
The ICodec type exposes the following members.
| Name | Description | |
|---|---|---|
| Decode | 
            Deserialize an object from the provided 
            IPofReader. Implementing this interface allows 
            introducing specific return implementations. 
              | |
| Encode | 
            Serialize an object using the provided 
            IPofWriter.
              |