# File lib/codec/data.rb, line 55
      def self.from_object(impl, x)
        d = Data.new(impl)
        d.clear
        d.object = x if x
        nil
      end