mixed decode_value(string coded_value, object|void codec)
Decode a value from a string.
This function takes a string created with encode_value() or encode_value_canonic() and converts it back to the value that was coded.
If no codec is specified, the current master object will be used as codec.
encode_value() , encode_value_canonic()