class ApiExportToolkitProxy(pyro_api: Pyro5.api.Proxy)#
__getattr__(attr_name: str) collections.abc.Callable#
classmethod serialize(obj: ApiExportToolkitProxy) dict#

Serialize a proxy object of the API ExportToolkit object.

Parameters:
objAny

Object to serialize.

Returns:
dict

Dictionary of the serialized object.