A C# string data storage library.
- Blazingly fast text serialization, in a single line of code.
Serializer.Set(SerializedText, "Property Name", "Property Value");
SerializedText.Set("Property Name", "Property Value");
- Newline support out of the box.
- XML Documentation.
- Cross-platform support.
- Used even in programming languages.
- Only supports the basic data types.