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.Reflection..::.Codecs..::.AbstractCodec
Tangosol.IO.Pof.Reflection..::.Codecs..::.DefaultCodec
E22844-03
Abstract ICodec implementations that encodes
objects by simply delegating to
WriteObject(Int32, Object). Generally the default
WriteObject implementation does not need to be modified as
the current accommodation of types and conversion to POF is
generally accepted, with the deserialization being more likely
to be specific.
Namespace:
Tangosol.IO.Pof.ReflectionAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public abstract class AbstractCodec : ICodec |
Inheritance Hierarchy
Tangosol.IO.Pof.Reflection..::.Codecs..::.AbstractCodec
Tangosol.IO.Pof.Reflection..::.Codecs..::.DefaultCodec