IniSerialization Methods

TG.INI

IniSerialization Methods

The IniSerialization type exposes the following members.

Methods
  NameDescription
Public methodDeserializeT
Deserializes the IniDocument into the provided type.
Public methodStatic memberDeserializeDocumentT
Deserializes the IniDocument into the provided type.
Public methodStatic memberDeserializeDocumentInto
Deserializes the provided IniDocument into the obj.
Public methodDeserializeInto
Deserializes the provided IniDocument into the obj.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSerializeObject
Serialize an object into a new IniDocument.
Public methodSerializeObjectInto
Serialize an object into an IniDocument.
Public methodStatic memberSerializeObjectIntoDocument
Serialize an object into an IniDocument.
Public methodStatic memberSerializeObjectToNewDocument
Serialize an object into a new IniDocument.
Public methodToString (Inherited from Object.)
Top
See Also