Closed shadowhand closed 10 years ago
@shadowhand sorry to close, maybe you want to target this towards 3.4/develop
?
I don't, this affects 3.3 too.
Alright, if this is a bug and this is the way it should be fixed, then probably it should go to 3.3/develop
?
See #77
Without this change, it is nearly impossible to extend both the reader and writer. I have no idea what the author was thinking (teehee) because this class is definitely cannot be extended as written.
It also allows for using something other than
serialize
for encoding and decoding config values by exposing protected_encode
and_decode
methods that can be modified by extensions.