# File lib/glib2.rb, line 112
    def self._load(obj)
      new(Marshal.load(obj))
    end