# File lib/codec/data.rb, line 48
      def self.to_multiple(impl)
        o = self.to_object(impl)
        Array(o) if o
      end