CTXToBytes Method

Serialize context array to bytes.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static byte[] ToBytes(
	CTX[] ctx
)

Parameters

ctx  CTX
 

Return Value

Byte

See Also