inherit CompilationHandler : CompilationHandler
The master object acts as fallback compilation handler for compile() and cpp() .
inherit Codec : Codec
The master object is used as a fallback codec by encode_value() and decode_value() if no codec was given.
It will also be used as a codec if decode_value() encounters old-style encode_value() 'ed data.