Repository stores code for java library that allows to read from and write to .io file format.
- Primitive types
- Classes
- Arrays
- Implementation of Iterable (e.g. List<>, ArrayList<>)
- Implementation of Map (e.g. HashMap<>)
- Combinations of all above
- Primitive types
- Classes (NOT GENERIC ONLY)
- Arrays
- Implementation of Iterable (e.g. List<>, ArrayList<>) (should be checked first)
- Implementation of Map (e.g. HashMap<>) (should be checked first)
- Combinations of all above