SalXML
PPJ.Runtime.Xml.SalXML
Namespace: PPJ.Runtime.Xml
Assembly: PPJ.Runtime.49 (4.9.0.0)
Serializer for any object with PPJ native types.
public class SalXMLPublic Class SalXMLConstructors
SalXML(stream)
Construct from a stream
Name
Type
Description
SalXML(filePath)
Construct from a filePath
Name
Type
Description
Methods
Deserialize<T>()
Deserializes the object of the specified type from XML.
Parameter
Type
Description
T
Returns: T.
Deserialize()
Deserializes any object from XML. The type name is resolved from the first node.
Returns: Object.
Serialize<T>(o)
Serializes the object of the specified type to XML.
Parameter
Type
Description
T
Last updated