TG.INI
IniSerialization Methods |
The IniSerialization type exposes the following members.
Methods
Name | Description | |
---|---|---|
DeserializeT |
Deserializes the IniDocument into the provided type.
| |
DeserializeDocumentT |
Deserializes the IniDocument into the provided type.
| |
DeserializeDocumentInto |
Deserializes the provided IniDocument into the obj.
| |
DeserializeInto |
Deserializes the provided IniDocument into the obj.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SerializeObject |
Serialize an object into a new IniDocument.
| |
SerializeObjectInto |
Serialize an object into an IniDocument.
| |
SerializeObjectIntoDocument |
Serialize an object into an IniDocument.
| |
SerializeObjectToNewDocument |
Serialize an object into a new IniDocument.
| |
ToString | (Inherited from Object.) |
See Also