Hello Is there support for loading/persisting members that are std::variant<PTR1*, PTR2*, .. PTRn*> ? By using a virtual member like std::string, assuming each of those objects has a string has id, is there a way to cause the persistence or loading ? Rds,