ndstructs.utils package

Submodules

ndstructs.utils.JsonSerializable module

class ndstructs.utils.JsonSerializable.JsonSerializable

Bases: abc.ABC

classmethod from_json(data: str)
classmethod from_json_data(data: dict)
property json_data
to_json()
ndstructs.utils.JsonSerializable.from_json_data(cls, data)
ndstructs.utils.JsonSerializable.get_constructor_params(klass)
ndstructs.utils.JsonSerializable.hint_to_wrapper(type_hint)

Module contents