Click or drag to resize
UdtSerializerDeserialize Method

Namespace: Cassandra.Serialization
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
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: Object
See Also