UdtSerializerDeserialize Method |
Namespace: Dse.SerializationAssembly: Dse (in Dse.dll) Version: 2.1.0
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: DseIColumnInfo
Return Value
Type:
ObjectSee Also