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