C# Class WolframAPI.XmlSerialized

Base class for XML-serialized types.
Inheritance: ISerializableType
Show file Open project: Schumix/Schumix2

Public Methods

Method Description
Serialize ( ) : string

Serializes the current instance and returns the result as a string

Should be used with XML serialization only.

Method Details

Serialize() public method

Serializes the current instance and returns the result as a string

Should be used with XML serialization only.

public Serialize ( ) : string
return string