Version

Search Results

Serializer Class Members

Public Methods

Serializer Class Methods

Public Methods

LoadPreset(Object,Stream,Boolean) Method

Loads an XML preset from an XmlTextReader. Syntax Parameters target The object to load the XML preset into.xtw A Stream containing the XMLTextReader.reset Whether or not to reset all properties before loading the preset.

LoadPreset(Object,String,Boolean) Method

Loads an XML preset from a file using the specified path. Syntax Parameters target The object to load the XML preset into.filePath The path of the file containing the XML preset.reset Whether or not to reset all properties before loading the preset.

LoadPreset(Object,TextReader,Boolean) Method

Loads an XML preset from a TextReader. Syntax Parameters target The object to load the preset into.reader The TextReader containing the XML preset.reset Whether or not to reset all properties before loading the preset.

LoadPreset Method (Serializer)

Loads an XML preset from a file using the specified path. Overload List

SavePreset(Object,Stream,String,String,PresetType) Method

Saves an object to an XML preset. Syntax Parameters target The object to save to an XML preset.fileStream The filestream to save the preset to.name A name for the XML preset to save.desc A description for the XML preset to save.presetType The type of preset to save.

SavePreset(Object,String,String,String,PresetType) Method

Saves an object to an XML preset. Syntax Parameters target The object to save to an XML preset.fileName The name of the file to save the XML preset to.name A name for the XML preset to save.desc A description for the XML preset to save.presetType The type of preset to save.

SavePreset(Object,TextWriter,String,String,PresetType) Method

Saves an object to an XML preset. Syntax Parameters target The object to save to an XML preset.textWriter The TextWriter to write the XML preset to.name A name for the XML preset to save.desc A description for the XML preset to save.presetType The type of preset to save.

SavePreset Method (Serializer)

Saves an object to an XML preset. Overload List