/PowerSR

A C# string data storage library.

Primary LanguageC#Apache License 2.0Apache-2.0

PowerSR

A C# string data storage library.

Features

  • 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.

Limitations

  • Only supports the basic data types.