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