TG.INI
IniSerialization Class |
Used to serialize simple object to INI and deserialize INI to a simple object.
Inheritance Hierarchy
Namespace: TG.INI.Serialization
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
The IniSerialization type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IniSerialization | Initializes a new instance of the IniSerialization class |
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