Utils_Xml Class |
Namespace: MicaSystems.Utils
public static class Utils_Xml
The Utils_Xml type exposes the following members.
Name | Description | |
---|---|---|
Deserialize(String, Object, Object, Exception) |
Deserializes a text to an object.
| |
DeserializeT(String) |
Deserializes a text to an object.
| |
DeserializeT(String, Type, Boolean, String) |
Deserializes a text to an object.
| |
GetObjectCopyT |
Gets a copy of an object using serialization/deserialization.
| |
GetObjectString |
Serializes an object.
| |
LoadFromFile |
Deserializes workflow markup from file into an FieldDefinition object.
| |
SaveToFile |
Serializes current FieldDefinition object into file.
| |
Serialize(Object) |
Serializes an object into an XML document.
| |
Serialize(Object, String) |
Serializes an object into an XML document.
|