Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Tangosol.IO.Pof.Reflection
Codecs.AbstractCodec Class
AbstractCodec Methods
Decode Method
Encode Method
Codecs
AbstractCodec
Encode Method
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14
c
(14.1.1.0)
F23534-02
Serialize an object using the provided
IPofWriter
.
Namespace:
Tangosol.IO.Pof.Reflection
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
Copy
public
virtual
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.
Implements
ICodec
Encode(IPofWriter, Int32, Object)
Exceptions
Exception
Condition
IOException
If an I/O error occurs.
See Also
Reference
Codecs
AbstractCodec Class
Tangosol.IO.Pof.Reflection Namespace
Copyright © 2000, 2024, Oracle and/or its affiliates. All rights reserved.