Hello,
I'm currently using RAD Studio 11.2 and just wondering why the standard Delphi Json library (Rest.Json or Data.DBXJsonReflect) is not able to serialize a TGUID value ?
Is this possible or I am missing something ?
It fails with an 'insufficient RTTI available to support this operation' error.
Sure I can add a converter, but it should at least be converted as a record (or to a string), or no ?
How should this be handled ?
Thanks !
Frederic