# File lib/orbjson.rb, line 41
    def self.put_object( klass, instance )
      @@registry.register( klass ) { instance }
    end