communication.serializer_plugins package¶
Module that defines and registers (de)serialization logic for objects that the Serializer supports by default.
_register_plugins defines a list of plugins (modules) that is to be registered. This list is a subset of the other modules in this directory.
Submodules¶
- communication.serializer_plugins.bitarray module
- communication.serializer_plugins.gmpy module
- communication.serializer_plugins.int module
- communication.serializer_plugins.numpy module
- communication.serializer_plugins.pandas module
- communication.serializer_plugins.torch module
- communication.serializer_plugins.tuple module