The serializers.py module#
Summary#
Deserialize the proxy objects for the API element. |
|
Deserialize the proxy objects for the API list element. |
|
Deserialize the proxy objects for the API grid function. |
|
Deserialize the proxy objects for the API element. |
|
Deserialize the proxy objects for the API project. |
|
Deserialize an API error. |
|
Deserialize a numpy array. |
Description#
Module that defines the ApiElementProxy classes, which acts as a proxy for a
Rocky application internal objects.
Module detail#
- serializers.deserialize_api_element(classname: str, serialized: dict) ansys.rocky.core.rocky_api_proxies.ApiElementProxy#
Deserialize the proxy objects for the API element.
- serializers.deserialize_api_list(classname: str, serialized: dict) ansys.rocky.core.rocky_api_proxies.ApiListProxy#
Deserialize the proxy objects for the API list element.
- serializers.deserialize_api_grid_function(classname: str, serialized: dict) ansys.rocky.core.rocky_api_proxies.ApiGridFunctionProxy#
Deserialize the proxy objects for the API grid function.
- serializers.deserialize_api_exporttoolkit(classname: str, serialized: dict) ansys.rocky.core.rocky_api_proxies.ApiExportToolkitProxy#
Deserialize the proxy objects for the API element.
- serializers.deserialize_api_project(classname: str, serialized: dict) ansys.rocky.core.rocky_api_proxies.ApiProjectProxy#
Deserialize the proxy objects for the API project.