# File lib/more/facets/ostructable.rb, line 80
  def marshal_load(x)
    @table = x
    @table.each_key{|key| new_ostruct_member(key)}
  end