# File lib/types/array.rb, line 94
  def proton_described?()
    Qpid::Proton::Util::Deprecation.deprecated __method__, UniformArray
    @proton_array_header && @proton_array_header.described?
  end