Oracle® Coherence .NET API Reference Release 3.6
E15727-01

The IPofReader interface provides the capability of reading a set of non-primitive .NET types ("user types") from a POF stream as an ordered sequence of indexed properties.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public interface IPofReader

Remarks

See IPofWriter for a complete description of the POF user type serialization format.

See Also