Skip to content

C# library to read from and write to .io file format.

License

Notifications You must be signed in to change notification settings

IoDeSer/c-sharp-library

Repository files navigation

Nuget

About

Repository stores code for C# library that allows to read from and write to .io file format. Is written in .NET Standard 2.0

Functions and plans

  • Primitive types (int, char)
  • Strings
  • Classes
  • Arrays (and jagged arrays)
  • Any IEnumerable collection
  • Combinations of all above
  • Multidimensional arrays are planned