Class CustomTypeSerializer<T>
Base serializer for custom types.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dse.Serialization
Assembly: Dse.dll
Syntax
public abstract class CustomTypeSerializer<T> : TypeSerializer<T>, ITypeSerializer
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 |
---|---|---|
System.String | name | Fully qualified name of the custom type |
Properties
CqlType
Declaration
public override ColumnTypeCode CqlType { get; }
Property Value
Type | Description |
---|---|
ColumnTypeCode |
Overrides
Dse.Serialization.TypeSerializer<T>.CqlType
TypeInfo
Declaration
public override IColumnInfo TypeInfo { get; }
Property Value
Type | Description |
---|---|
IColumnInfo |
Overrides
Dse.Serialization.TypeSerializer<T>.TypeInfo