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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtoStream(OutputStream stream, InfoTable it, NamedValueCollection properties) Deprecated.no replacementvoidtoWriter(Writer writer, InfoTable it, NamedValueCollection properties) Deprecated.no replacement
-
Field Details
-
HEADING
- See Also:
-
-
Constructor Details
-
InfoTableCSVConverter
public InfoTableCSVConverter()Initializes this instace with default values.
-
-
Method Details
-
toStream
@Deprecated @ThingworxExtensionApiMethod(since={6,6}, deprecatedSince={8,4}) public void toStream(OutputStream stream, InfoTable it, NamedValueCollection properties) throws Exception Deprecated.no replacementWrites 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 replacementWrites the specified InfoTable to the specified Writer.- Parameters:
writer- the writerit- the InfoTableproperties- the header properties- Throws:
Exception- if an error occurs
-