TypeSerializerBase
Description
- Derived from
Abstract base class for ITypeSerializer implementations.
In order to support component-wise delta encoding, a derived class may override the ITypeSerializer.DeltaApply and ITypeSerializer.DeltaCompute methods.