Devolutions Utils reference library
SerializationUtils Class
NamespacesDevolutions.UtilsSerializationUtils
This class contains the serialization utility functions.
Declaration Syntax
C#Visual BasicVisual C++
public static class SerializationUtils
Public NotInheritable Class SerializationUtils
public ref class SerializationUtils abstract sealed
Members
All MembersMethods



IconMemberDescription
LoadObjectFromFile(String, Type)
Read an object from an Xml file.

LoadObjectFromFile<(Of <(T>)>)(String)
Read an object T from a file

LoadObjectFromFile(String, Type, Boolean)
Read an object from an Xml file.

LoadObjectFromFile<(Of <(T>)>)(String, Boolean)
Read an object T from an Xml file.

LoadObjectFromString(String, Type, Boolean)
Read an object from a string.

LoadObjectFromString<(Of <(T>)>)(String, Boolean)
Read an object T from a string.

SaveObjectToFile(String, Object)
Save an object into an Xml file.

SaveObjectToString(Object)
Save an object into an Xml string.

Inheritance Hierarchy
Object
SerializationUtils

Assembly: Devolutions.Utils (Module: Devolutions.Utils)