Click or drag to resize
DecimalSerializerSerialize Method

Namespace: Cassandra.Serialization.Primitive
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public override byte[] Serialize(
	ushort protocolVersion,
	decimal value
)

Parameters

protocolVersion
Type: SystemUInt16
value
Type: SystemDecimal

Return Value

Type: Byte
See Also