You are not logged in.
Hi AB to Remove jpoNullDontReleaseObjectInstance from my Interfacefactory i had to patch mormot.core.interfaces.pas
Is there another way ?
My Problem is that the autocreateted Objects in my Client also contain "empty" SubObjects although the received JSON contains "subobject:null"
Rad Studio 12.1 Santorini
Offline
What do you mean by "remove jpoNullDontReleaseObjectInstance" ?
You don't need to patch the source code, you can just change the TInterfaceFactory.JsonParserOptions property.
TInterfaceFactory.Get(ISomeSOAService).JsonParserOptions := [....];
Offline
Thank you that's i was looking for.
Rad Studio 12.1 Santorini
Offline