serializeValue

Serialize a single value, either a string, a floating point value or a scalar, e.g. int, bool, long, etc. If it is neither, then forward to top-level serialize.

serializeValue
(
const ref T val
,
OutBuffer buf
,
void delegate
(
const ref C val
,
OutBuffer buf
)
cb = null
)

Meta