# File lib/codec/data.rb, line 36
      def self.to_object(impl)
        if (Cproton.pn_data_size(impl) > 0)
          d = Data.new(impl)
          d.rewind
          d.next_object
        end
      end