Click or drag to resize

ICodec Methods

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01

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