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 SalXML

Constructors

Construct from a stream

NameTypeDescription

stream

Construct from a filePath

NameTypeDescription

filePath

Methods

Deserializes the object of the specified type from XML.

ParameterTypeDescription

T

Returns: T.

Deserializes any object from XML. The type name is resolved from the first node.

Returns: Object.

Serializes the object of the specified type to XML.

ParameterTypeDescription

T

o

Last updated