Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
System..::.Object
Tangosol.IO.Pof..::.ExceptionPofSerializer
E18812-01
IPofSerializer implementation that can serialize and
deserialize a Exception to/from a POF stream.
Namespace:
Tangosol.IO.PofAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
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
Tangosol.IO.Pof..::.ExceptionPofSerializer