Click or drag to resize

ICodec Methods

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The ICodec type exposes the following members.

Methods
  NameDescription
Public methodDecode
Deserialize an object from the provided IPofReader. Implementing this interface allows introducing specific return implementations.
Public methodEncode
Serialize an object using the provided IPofWriter.
Top
See Also