Skip to main content

Module serialisation_ids

Module serialisation_ids 

Source
Expand description

Contains constants with internal serialisation ids.

Currently ids between 0 and 20 are in internal use in Kompact.

Constantsยง

ACTOR_PATH
Id for an ActorPath.
DISPATCH_ENVELOPE
Id for a DispatchEnvelope.
NAMED_PATH
Id for a NamedPath.
PBUF
Id for the protobuf serialiser
SERDE
Id for the Serde serialiser
STR
Id for a String serialiser.
SYSTEM_PATH
Id for a SystemPath.
U64
Id for a u64 serialiser.
UNIQUE_PATH
Id for a UniquePath
UNIT
Id for a () (unit type) serialiser.
UNKNOWN
Id for a trivial deserialiser.