Octane SDK
2.0 Beta
|
Parent class that enables child classes to output contents in XML format. More...
Public Member Functions | |
void | Save (string path) |
Output the class contents as an XML file. More... | |
string | ToXmlString () |
Output the class contents as an XML string. More... | |
Parent class that enables child classes to output contents in XML format.
void Impinj.OctaneSdk.ImpinjSerializableClass.Save | ( | string | path) |
Output the class contents as an XML file.
path | path and filename of the XML file. |
string Impinj.OctaneSdk.ImpinjSerializableClass.ToXmlString | ( | ) |
Output the class contents as an XML string.