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 Object
implements IInfoTableSerializer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
toStream
(OutputStream stream, InfoTable it, NamedValueCollection properties) Deprecated.no replacementvoid
toWriter
(Writer writer, InfoTable it, NamedValueCollection properties) Deprecated.no replacement
-
Field Details
-
HEADING
- See Also:
-
-
Constructor Details
-
InfoTableCSVConverter
public InfoTableCSVConverter()
-
-
Method Details
-
toStream
@Deprecated @ThingworxExtensionApiMethod(since={6,6}, deprecatedSince={8,4}) public void toStream(OutputStream stream, InfoTable it, NamedValueCollection properties) throws Exception Deprecated.no replacement
Writes the specified InfoTable to the specified Stream.- Parameters:
stream
- the streamit
- the InfoTableproperties
- the header properties- Throws:
Exception
- if an error occurs
-
toWriter
@Deprecated @ThingworxExtensionApiMethod(since={6,6}, deprecatedSince={8,4}) public void toWriter(Writer writer, InfoTable it, NamedValueCollection properties) throws Exception Deprecated.no replacement
Writes the specified InfoTable to the specified Writer.- Parameters:
writer
- the writerit
- the InfoTableproperties
- the header properties- Throws:
Exception
- if an error occurs
-