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