PODO object

Hi Claudio,
I believe the problem is this field:


FQRCodeImage: TMemoryStream;


XData can't serialize such field. You must remove it from JSON using JsonIgnore attribute:


[JsonIgnore]
FQRCodeImage: TMemoryStream;


Reference: http://www.tmssoftware.com/business/xdata/doc/web/including_json_properties.html