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;