TG.INI
TG.INI.Serialization Namespace |
[Missing <summary> documentation for "N:TG.INI.Serialization"]
Classes
Class | Description | |
---|---|---|
IniEncryptValueAttribute |
This attribute instructs the serializer to encrypt the string value.
| |
IniIgnorePropertyAttribute |
Indicates that a property should be ignored when serializing.
| |
IniPropertyAttribute |
This attribute can be used to indicate that a private property should be serialized or to serialize/deserialize a property as a different name.
| |
IniQuoteValueAttribute |
Tells the serializer to quote the value.
| |
IniSerialization |
Used to serialize simple object to INI and deserialize INI to a simple object.
|
Interfaces
Interface | Description | |
---|---|---|
ISerializer |
Interface for serializing and deserializing INI files.
|