class PG::Coder

def marshal_load(str)

def marshal_load(str)
	initialize(**Marshal.load(str))
end