Click or drag to resize

ISerializer Methods

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01

The ISerializer type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
Deserialize an object from a stream by reading its state using the specified DataReader object.
Public methodSerialize
Serialize an object to a stream by writing its state using the specified DataWriter object.
Top
See Also