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 Loading

  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
  • rust-library Public

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

    IoDeSer/rust-library’s past year of commit activity
    Rust 0 MIT 0 0 0 Updated Jul 8, 2024
  • c-sharp-library Public

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

    IoDeSer/c-sharp-library’s past year of commit activity
    C# 0 MIT 0 0 0 Updated Mar 18, 2024
  • .github Public

    Introduction

    IoDeSer/.github’s past year of commit activity
    0 0 0 0 Updated Feb 3, 2024
  • IoDeSer/java-library’s past year of commit activity
    Java 0 MIT 0 0 0 Updated Jan 30, 2024
  • python-library Public

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

    IoDeSer/python-library’s past year of commit activity
    Python 0 0 0 0 Updated Oct 30, 2023

Top languages

Loading…

Most used topics

Loading…