Class CustomTypeSerializer<T>
Base serializer for custom types.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cassandra.Serialization
Assembly: Cassandra.dll
Syntax
public abstract class CustomTypeSerializer<T> : TypeSerializer<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
CustomTypeSerializer(string)
Creates a new instance of the serializer for custom types.
Declaration
protected CustomTypeSerializer(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Fully qualified name of the custom type |
Properties
CqlType
Declaration
public override ColumnTypeCode CqlType { get; }
Property Value
Type | Description |
---|---|
ColumnTypeCode |
Overrides
Cassandra.Serialization.TypeSerializer<T>.CqlType
TypeInfo
Declaration
public override IColumnInfo TypeInfo { get; }
Property Value
Type | Description |
---|---|
IColumnInfo |
Overrides
Cassandra.Serialization.TypeSerializer<T>.TypeInfo