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