json/xml adapter: support serializing and deserializing stripped objects
The REST API requires serializing and deserializing stripped objects, without attributes for which a separate endpoint exists:
-
Qualifiable
(SubmodelElement
,DataElement
,Submodel
) objects without thequalifier
attribute -
AnnotatedRelationshipElement
withoutannotation
-
Entity
withoutstatements
-
SubmodelElementCollection
withoutvalue
-
AssetAdministrationShell
withoutviews
andsubmodel
-
Submodel
withoutsubmodel_element
-
new in V3:
HasExtension
(allReferable
) objects without theextension
attribute
Progress Tracker:
-
JSON Serialization -
JSON Deserialization -
XML Serialization -
XML Deserialization
Edited by Leon Mauritz Möller