Class InfoTableCSVConverter

  • java.lang.Object
    • com.thingworx.webservices.serialization.InfoTableCSVConverter
    • Constructor Detail

      • InfoTableCSVConverter

        public InfoTableCSVConverter()
    • Method Detail

      • toStream

        @Deprecated
        @ThingworxExtensionApiMethod(since={6,6},
                                     deprecatedSince={8,4})
        public void toStream​(java.io.OutputStream stream,
                             InfoTable it,
                             NamedValueCollection properties)
                      throws java.lang.Exception
        Deprecated.
        no replacement


        Writes the specified InfoTable to the specified Stream.
        Parameters:
        stream - the stream
        it - the InfoTable
        properties - the header properties
        Throws:
        java.lang.Exception - if an error occurs
      • toWriter

        @Deprecated
        @ThingworxExtensionApiMethod(since={6,6},
                                     deprecatedSince={8,4})
        public void toWriter​(java.io.Writer writer,
                             InfoTable it,
                             NamedValueCollection properties)
                      throws java.lang.Exception
        Deprecated.
        no replacement


        Writes the specified InfoTable to the specified Writer.
        Parameters:
        writer - the writer
        it - the InfoTable
        properties - the header properties
        Throws:
        java.lang.Exception - if an error occurs