Interface ITypeAdapter
DEPRECATED, use TypeSerializer<T> instead.
Represents a adapter to convert a Cassandra type to a CLR type.
Namespace: Dse
Assembly: Dse.dll
Syntax
public interface ITypeAdapter
Methods
ConvertFrom(Byte[])
Declaration
object ConvertFrom(byte[] decimalBuf)
Parameters
Type |
Name |
Description |
System.Byte[] |
decimalBuf |
|
Returns
Type |
Description |
System.Object |
|
ConvertTo(Object)
Declaration
byte[] ConvertTo(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Type |
Description |
System.Byte[] |
|
GetDataType()
Declaration
Returns
Type |
Description |
System.Type |
|