| 
    Qx v0.7
    
   Qt Extensions Library 
   | 
 
Specifies that a type has override conversions for changing to/from JSON. More...
Satisfied if QX_JSON_MEMBER_OVERRIDE() has been used to add functions to a JSON-tied struct with the signatures:
static Qx::JsonError fromJson(T& member, const QJsonValue& jValue)static R toJson(const T& member)where R is any type that satisfies the qjson_type concept.