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 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.
- Parameters:
- Returns:
ApiElementProxy
Deserialized object.
- serializers.deserialize_api_list(classname: str, serialized: dict) ansys.rocky.core.rocky_api_proxies.ApiListProxy #
Deserialize the proxy objects for the API list element.
- Parameters:
- Returns:
ApiListProxy
Deserialized object.
- 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.
- Parameters:
- Returns:
ApiGridFunctionProxy
Deserialized object.
- serializers.deserialize_api_exporttoolkit(classname: str, serialized: dict) ansys.rocky.core.rocky_api_proxies.ApiExportToolkitProxy #
Deserialize the proxy objects for the API element.
- Parameters:
- Returns:
ApiExportToolkitProxy
Deserialized object.
- serializers.deserialize_api_error(classname: str, serialized: dict) Exception #
Deserialize an API error.
- Parameters:
- Returns:
RockyApiError
Error in the serialized object.