Feature/restructuring
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
+ 31
− 14
@@ -736,16 +736,7 @@ class AASToJsonEncoder(json.JSONEncoder):
@@ -736,16 +736,7 @@ class AASToJsonEncoder(json.JSONEncoder):
Write a set of AAS objects to an Asset Adminstration Shell JSON file according to 'Details of the Asset
:param data: ObjectStore which contains different objects of the AAS meta model which should be serialized to a
@@ -760,11 +751,37 @@ def write_aas_json_file(file: IO, data: model.AbstractObjectStore, **kwargs) ->
@@ -760,11 +751,37 @@ def write_aas_json_file(file: IO, data: model.AbstractObjectStore, **kwargs) ->
We should implement this function using the
json.dump()
function (as it was before this change) for better performance.included in 91e5781c