onSerialize

Serializes a provided vector type.

@nogc
void
onSerialize
(
T
)
(
ref T value
,
ref DataNode dst
)
if (
isVector!T
)

Parameters

value T

The vector to serialize

dst DataNode

The destination JSON value

Return Value

Type: void

The serialized vector

Meta