I used to fake commit/rollback by using `JsonModel...
# tornadofx
e
I used to fake commit/rollback by using
JsonModel
to create a copy of the object and then use
JsonModel.copy
to put the values back into the original object. This is much better.