Class TypeAdapters
TypeAdapters are deprecated and will be removed in future versions. Use TypeSerializer<T> instead.
Backwards compatibility only.
Inheritance
object
TypeAdapters
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public static class TypeAdapters
Fields
CustomTypeAdapter
Declaration
public static ITypeAdapter CustomTypeAdapter
Field Value
Type | Description |
---|---|
ITypeAdapter |
DecimalTypeAdapter
Declaration
public static ITypeAdapter DecimalTypeAdapter
Field Value
Type | Description |
---|---|
ITypeAdapter |
VarIntTypeAdapter
Declaration
public static ITypeAdapter VarIntTypeAdapter
Field Value
Type | Description |
---|---|
ITypeAdapter |