Class InfoTableCSVConverter
- java.lang.Object
-
- com.thingworx.webservices.serialization.InfoTableCSVConverter
-
- All Implemented Interfaces:
IInfoTableSerializer
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class InfoTableCSVConverter extends java.lang.Object implements IInfoTableSerializer
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
HEADING
-
Constructor Summary
Constructors Constructor Description InfoTableCSVConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
toStream(java.io.OutputStream stream, InfoTable it, NamedValueCollection properties)
Deprecated.no replacementvoid
toWriter(java.io.Writer writer, InfoTable it, NamedValueCollection properties)
Deprecated.no replacement
-
-
-
Field Detail
-
HEADING
public static final java.lang.String HEADING
- See Also:
- Constant Field Values
-
-
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 streamit
- the InfoTableproperties
- 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 writerit
- the InfoTableproperties
- the header properties- Throws:
java.lang.Exception
- if an error occurs
-
-