Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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.7.1.23 (3.7.1.23)

Syntax

C#
public interface IPofReader

Remarks

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

See Also