TG.INI
ISerializer Interface |
Interface for serializing and deserializing INI files.
Namespace: TG.INI.Serialization
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
The ISerializer type exposes the following members.
Methods
Name | Description | |
---|---|---|
DeserializeT |
Deserializes the IniDocument into the provided type.
| |
DeserializeInto |
Deserializes the provided IniDocument into the obj.
| |
SerializeObject |
Serialize an object into a new IniDocument.
| |
SerializeObjectInto |
Serialize an object into an IniDocument.
|
See Also