.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
Tangosol.IO.Pof.Reflection
Codecs.AbstractCodec Class
AbstractCodec Methods
Decode Method
Encode Method
Codecs
AbstractCodec
Decode Method
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Deserialize an object from the provided
IPofReader
. Implementing this interface allows introducing specific return implementations.
Namespace:
Tangosol.IO.Pof.Reflection
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Copy
public
abstract
Object
Decode
(
IPofReader
reader
,
int
index
)
Parameters
reader
Type:
Tangosol.IO.Pof
IPofReader
The
IPofReader
to read from.
index
Type:
System
Int32
The index of the POF property to deserialize.
Return Value
Type:
Object
A specific implementation of the POF property.
Implements
ICodec
Decode(IPofReader, Int32)
Exceptions
Exception
Condition
IOException
If an I/O error occurs.
See Also
Reference
Codecs
AbstractCodec Class
Tangosol.IO.Pof.Reflection Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.