tno.mpc.communication Logo
v4.5.0

Contents:

  • communication package
    • init_pool()
    • Subpackages
      • communication.serializer_plugins package
        • 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.tuple module
      • communication.exceptions module
        • AnnotationError
        • OptionalImportError
        • RepetitionError
      • communication.functions module
        • handle_sigterm()
        • init()
        • redirect_importerror_to_optionalimporterror()
      • communication.httphandlers module
        • AbstractPool
        • HTTPClient
        • HTTPServer
      • communication.pool module
        • Pool
      • communication.serialization module
        • Serialization
        • SupportsSerialization
tno.mpc.communication
  • communication package
  • communication.serializer_plugins package
  • View page source

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.

  • communication.serializer_plugins.bitarray module
    • bitarray_deserialize()
    • bitarray_serialize()
    • register()
  • communication.serializer_plugins.gmpy module
    • gmpy_deserialize()
    • gmpy_serialize()
    • register()
  • communication.serializer_plugins.int module
    • int_deserialize()
    • int_serialize()
    • register()
  • communication.serializer_plugins.numpy module
    • numpy_deserialize()
    • numpy_serialize()
    • register()
  • communication.serializer_plugins.pandas module
    • pandas_deserialize_dataframe()
    • pandas_deserialize_series()
    • pandas_serialize_dataframe()
    • pandas_serialize_series()
    • register()
  • communication.serializer_plugins.tuple module
    • register()
    • tuple_deserialize()
    • tuple_serialize()
Previous Next

© Copyright 2020-2023, TNO MPC Lab.

Built with Sphinx using a theme provided by Read the Docs.
tno.mpc.communication v4.5.0
Versions
latest
v1.0.4
v1.1.0
v2.0.2
v2.1.2
v3.1.0
v3.4.1
v4.0.0
v4.5.0