Hello.
I'd like to know if is there any possibility to implement mapping for enum sets fields.
Like this:
TTest = (t1, t2, t3);
TTestSet = set of TTest;
TMyObject = class
FTest: TTestSet;
end;
The persistence could be like a string text separated by comma by two ways:
1- persisting the same name of enum
2- persisting the ordinay number of enum
This resource is present in XData Json, but isn't in Aurelius.