Serialize¶
-
class
matorage.Serialize[source]¶ -
to_dict()[source]¶ Serializes this instance to a Python dictionary.
- Returns
Dictionary of all the attributes that make up this configuration instance,
- Return type
Dict[str, any]
-
to_json_file(json_file_path)[source]¶ Save this instance to a json file.
- Parameters
json_file_path (
string) – Path to the JSON file in which this configuration instance’s parameters will be saved.
-