Interface PushWriter

    • Method Detail

      • writeMap

        void writeMap​(MapWriter mw)
               throws IOException
        Write a Map. The map is opened in the beginning of the method and closed at the end. All map entries MUST be written before this method returns
        Throws:
        IOException
      • writeIterator

        void writeIterator​(IteratorWriter iw)
                    throws IOException
        Write an array. The array is opened at the beginning of this method and closed at the end. All array entries must be written before this method returns
        Throws:
        IOException