This feature has been superseded by Liquid XML Objects. (The original functionality is still included in the product) |
Use Liquid XML Objects |
The base interface for all generated wrapper classes.
Members | Description | |||
FromJson | Reads JSON data from a string | |||
FromJsonFile | Reads JSON data from a file | |||
FromJsonStream | Reads JSON data from a stream | |||
FromXml | Reads XML data from a string | |||
FromXmlElement | Reads XML data from an XML element | |||
FromXmlFile | Reads XML data from a file | |||
FromXmlStream | Reads XML data from a stream | |||
GetBase | Gets the XmlObjectBase that all XML objects must derive from. | |||
Namespace | The namespace that this attribute is a part of. | |||
ToFastInfosetFile | Turns the object into a Fast Infoset, and writes it to a file | |||
ToFastInfosetStream | Turns the object into a Fast Infoset in the form of a binary stream of bytes | |||
ToJson | Turns the object into an JSON string | |||
ToJsonFile | Turns the object into JSON, and writes it to a file | |||
ToJsonStream | Turns the object into JSON in the form of a binary stream of bytes | |||
ToXml | Turns the object into an XML string | |||
ToXmlFile | Turns the object into XML, and writes it to a file | |||
ToXmlStream | Turns the object into XML in the form of a binary stream of bytes |