UdtSerializerDeserialize Method |
Namespace: Cassandra.SerializationAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public override Object Deserialize(
ushort protocolVersion,
byte[] buffer,
int offset,
int length,
IColumnInfo typeInfo
)
Parameters
- protocolVersion
- Type: SystemUInt16
- buffer
- Type: SystemByte
- offset
- Type: SystemInt32
- length
- Type: SystemInt32
- typeInfo
- Type: IColumnInfo
Return Value
Type:
ObjectSee Also