Serde.deserializeUInt

A serialization function which serializes an unsigned integer. (max 64-bit)

class Serde
protected @nogc abstract
ulong
deserializeUInt
(
ubyte bytes
)

Parameters

bytes ubyte

The amount of bytes to deserialize.

Return Value

Type: ulong

The deserialized value

Meta