Click or drag to resize
CustomTypeSerializerT Class
Base serializer for custom types.
Inheritance Hierarchy
SystemObject
  Cassandra.SerializationTypeSerializer
    Cassandra.SerializationTypeSerializerT
      Cassandra.SerializationCustomTypeSerializerT

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

Type Parameters

T

The CustomTypeSerializerT type exposes the following members.

Properties
See Also