You are not logged in.
Hi everyone,
I have some problem with mORMot.
Error is : TJSONCustomParseRTTI.CreateFromRTTI("TMyString") unspported tkString
Type
TMyString = string[10];
TMyRec = record
MyStr: TMyString;
end;
Var MyRec: TMyRec;
...
LUtf8 := RecordSaveJson(MyRec, TypeInfo(TMyRec)); <<=== Error throw here
How can i solve the above problem?
Thanks in advance.
Offline