Serde.deserializeInt

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

class Serde
protected @nogc abstract
long
deserializeInt
(
ubyte bytes
)

Parameters

bytes ubyte

The amount of bytes to deserialize.

Return Value

Type: long

The deserialized value

Meta