# File lib/codec/data.rb, line 451
    def object=(object)
      Mapping.for_class(object.class).put(self, object)
    end