You are not logged in.
Pages: 1
Hi all,
How can I ignore some record fields on RecordSaveJSON ?
I'd like to mark some fields not to serialize into the json.
Regards
Offline
Try custom record serialization:
SynCommons.TTextWriter.RegisterCustomJSONSerializer(TypeInfo(TSomeRecordType), TSomeRecordCustomWriter.CustomReader, TSomeRecordCustomWriter.CustomWriter);
Offline
Yes, I forgot about custom serialization.
Offline
Pages: 1