ansys.rocky.core.serializers#
Module that defines the ApiElementProxy classes, which acts as a proxy for a
Rocky application internal objects.
Module Contents#
Functions#
|
|
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. |
- ansys.rocky.core.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:
ApiElementProxyDeserialized object.
- ansys.rocky.core.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:
ApiListProxyDeserialized object.
- ansys.rocky.core.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:
ApiGridFunctionProxyDeserialized object.
- ansys.rocky.core.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:
ApiExportToolkitProxyDeserialized object.
- ansys.rocky.core.serializers.deserialize_api_project(classname: str, serialized: dict) ansys.rocky.core.rocky_api_proxies.ApiProjectProxy#
Deserialize the proxy objects for the API project.
- Parameters:
- Returns:
ApiProjectProxyDeserialized object.
- ansys.rocky.core.serializers.deserialize_api_error(classname: str, serialized: dict) Exception#
Deserialize an API error.
- Parameters:
- Returns:
RockyApiErrorError in the serialized object.