PofStreamReaderCreateNestedPofReader Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Obtain a PofReader that can be used to read a set of properties from a
single property of the current user type. The returned PofReader is
only valid from the time that it is returned until the next call is
made to this PofReader.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
ExceptionsException | Condition |
---|
InvalidOperationException |
If the POF stream has already advanced past the
desired property, or if no user type is being parsed.
|
IOException |
if an I/O error occurs
|
See Also