You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class a Extends (%RegisteredObject, %XML.Adaptor, kutac.JSON.Adapter){
Property b As List of a;
Property c As %String;
}
Depending on how class a was compiled(compile dependant classes tick in studio), b will be included in the JSON or not. If compile dependant classes is on then b is ignored.
The text was updated successfully, but these errors were encountered:
Class a Extends (%RegisteredObject, %XML.Adaptor, kutac.JSON.Adapter){
Property b As List of a;
Property c As %String;
}
Depending on how class a was compiled(compile dependant classes tick in studio), b will be included in the JSON or not. If compile dependant classes is on then b is ignored.
The text was updated successfully, but these errors were encountered: