Click or drag to resize

CustomTypeSerializerT Class

Base serializer for custom types.
Inheritance Hierarchy
SystemObject
  Dse.SerializationTypeSerializer
    Dse.SerializationTypeSerializerT
      Dse.SerializationCustomTypeSerializerT

Namespace:  Dse.Serialization
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public abstract class CustomTypeSerializer<T> : TypeSerializer<T>

Type Parameters

T

The CustomTypeSerializerT type exposes the following members.

Properties
See Also