Skip to content
@IoDeSer

.ioDeSer

Simple serialization/deserialization text format for data.
  • Poland

Introduction

.io is text file format for data created by Io-Maciek. Designed as a side-project that can serve as an interesting alternative to popular formats such as JSON or XML. This organisation account as well as all repositories in it are new and very little to no documentation is written for them, but they will be updated as soon as possible.

Libraries

At the moment, the most developed libraries are for C# language c-sharp-library and Rust rust-library, however libraries for python and java exists, but are very buggy with most features not implemented, not working or overall impossible.

Goals

Achive readable text de/serialization of types such as primitives (integers, decimals, strings), arrays/lists and classes with as little symbols as possible (|, +, ->, newline \n and tabualtor \t), that works the same across different programming languages.

Status

Every library is in alpha status, and should NOT be used for production environments, but rather for tests, fun and development. The contributions, issues and ideas are very welcome!

Pinned

  1. c-sharp-library c-sharp-library Public

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

    C#

  2. rust-library rust-library Public

    Rust library to read from and write to .io file format.

    Rust

Repositories

Showing 5 of 5 repositories

Top languages

Loading…

Most used topics

Loading…