You are not logged in.
I've been searching for it but I couldn't find an answer, would it be possible to store it as JSON instead of BLOB?
from what I've read, TObjectList would store it as json, but would add a class: property that I don't want, and i've never worked with Collections, TDocVariant would be problematic for me since I like the type-safety.
If I can't do with an array what would be the best way to have it type safe while storing it as a json?
Thanks
Last edited by Codorna (2018-07-21 20:48:56)
Offline