Thev2Andy / PowerSR

A C# string data storage library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A C# string data storage library.

License:Apache License 2.0


Languages

Language:C# 100.0%