value before and after save is the following dump as serialized string:
array(6) {
["enabled"]=>
string(3) "yes"
["title"]=>
string(22) "Versandkostenpauschale"
["availability"]=>
string(3) "all"
["countries"]=>
string(0) ""
["tax_status"]=>
string(7) "taxable"
["cost"]=>
string(4) "5.99"
}
if I remove the setting from DB it is created new after save with the same data.