Do the new persistence methods that allow JSON and XML make the declaration and implementation of transient variables easier?
VariableMap variables = createVariables()
.put("transientString", transientStringValue("aaa"))
.put("transientObject", transientObjectValue(...));{
"value" : "someTransientStringValue",
"type" : "String",
"valueInfo" : {
"transient": true
}
}