Class Jsonization
Provide de/serialization of meta-model classes to/from JSON.
Inheritance
System.Object
Jsonization
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public static class Jsonization
Remarks
We can not use one-pass deserialization for JSON since the object
properties do not have fixed order, and hence we can not read
modelType
property ahead of the remaining properties.