.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
EnumPofSerializer Class
EnumPofSerializer Methods
Deserialize Method
Serialize Method
EnumPofSerializer
Serialize Method
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Serialize an enum instance to a POF stream by writing its value using the specified
IPofWriter
object.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Copy
public
void
Serialize
(
IPofWriter
writer
,
Object
o
)
Parameters
writer
Type:
Tangosol.IO.Pof
IPofWriter
The
IPofWriter
with which to write the object's state.
o
Type:
System
Object
The object to serialize.
Implements
IPofSerializer
Serialize(IPofWriter, Object)
Exceptions
Exception
Condition
IOException
If an I/O error occurs.
See Also
Reference
EnumPofSerializer Class
Tangosol.IO.Pof Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.