When exporting a %JSON.Adaptor inherited class, undefined %Boolean properties are exported to JSON as "false" instead of null or empty
is there any way to control this behavior?
Classextends%JSON.Adaptor##classWhen exporting a %JSON.Adaptor inherited class, undefined %Boolean properties are exported to JSON as "false" instead of null or empty
is there any way to control this behavior?
Classextends%JSON.Adaptor##classHello, I tried to read a XML list from a web service into a response class by creating a custom collection subclass as described in this documentation page
Here's the XML file I am trying to read:
<Suppliers<Supplier<And the different classes I defined to project the XML into:
"Supplier"I just cannot figure out how to read a XML where the root is a list, and get the following error by calling the method Deserialize in the response class:
ERROR #6237: Unexpected tag in XML input: Supplier (ending at line 2 character 15).