TG.INI.Serialization Namespace
From TG.INI
TG.INI
TG.INI.Serialization Namespace |
[Missing <summary> documentation for "N:TG.INI.Serialization"]
| 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.
|
| Interface | Description | |
|---|---|---|
| ISerializer |
Interface for serializing and deserializing INI files.
|