Serde.serializeInt

A serialization function which serializes a signed integer. (max 64-bit)

class Serde
protected @nogc abstract
void
serializeInt
(
long value
,
ubyte bytes
)

Parameters

value long

The value to serialize, sign extended.

bytes ubyte

The actual amount of bytes to serialize.

Meta