Namespace Dse.Serialization
Classes
CustomTypeSerializer<T>
Base serializer for custom types.
TypeSerializer
A serializer that can encode and decode to and from a given CQL type and a given CLR Type.
TypeSerializer<T>
An abstract class that represents a serializer that can encode and decode to and from a given CQL type and a given CLR Type.
TypeSerializerDefinitions
Contains TypeSerializer<T> definitions for the driver to use, replacing the default ones.
UdtSerializer
Represents a TypeSerializer<T> instance that handles UDT serialization and deserialization.