Serialize(saveType, saveObject, options, format)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static class: RT.Serialization.ClassifyXmlSummaryOffers a convenient way to use Classify to serialize objects using the XML format. Static methodsobject | |
Reconstructs an object of the specified type from the specified serialized form. | T | | object | |
Reconstructs an object of the specified type from the specified file. | T | | void | |
Reconstructs an object from the specified file by applying the values to an existing instance of the desired
type. The type of object is inferred from the object passed in. | void | |
Reconstructs an object of the specified type from the specified serialized form by applying the values to an
existing instance of the type. | XElement | |
Converts the specified object into a serialized form. | XElement | | void | |
Stores the specified object in a file with the given path and filename. | void | |
Static fieldsIClassifyFormat<XElement> | |
Format used when null is passed to methods that take a format. Make sure not to modify this instance if any
thread in the application might be in the middle of using ClassifyXml; ideally the options shoud
be set once during startup and never changed after that. |
|