Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
IPofSerializer implementation that can serialize and deserialize a Exception to/from a POF stream.

Namespace: Tangosol.IO.Pof
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public class ExceptionPofSerializer : IPofSerializer

Remarks

This serializer provides a catch-all mechanism for serializing exceptions. Any deserialized exception will loose type information, and simply be represented as a PortableException. The basic detail information of the exception is retained.

PortableException and this class work asymmetrically to provide the serialization routines for exceptions.

Inheritance Hierarchy

System..::..Object
  Tangosol.IO.Pof..::..ExceptionPofSerializer

See Also