communication.serializer_plugins.int module¶
(De)serialization logic for int.
- communication.serializer_plugins.int.int_deserialize(obj, opts)[source]¶
Function for deserializing Python ints
- Parameters:
obj (
bytes) – object to deserializeopts (
DeserializerOpts) – options to change the behaviour of the serialization.
- Return type:
int- Returns:
deserialized int object