.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
ICodec Interface
ICodec Methods
Decode Method
Encode Method
ICodec
Encode Method
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Serialize an object using the provided
IPofWriter
.
Namespace:
Tangosol.IO.Pof.Reflection
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Copy
void
Encode
(
IPofWriter
writer
,
int
index
,
Object
value
)
Parameters
writer
Type:
Tangosol.IO.Pof
IPofWriter
The
IPofWriter
to read from.
index
Type:
System
Int32
The index of the POF property to serialize.
value
Type:
System
Object
The value to serialize.
Exceptions
Exception
Condition
IOException
If an I/O error occurs.
See Also
Reference
ICodec Interface
Tangosol.IO.Pof.Reflection Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.