Skip to content

IoDeSer/java-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Repository stores code for java library that allows to read from and write to .io file format.

Functions and plans

Serialization

  • Primitive types
  • Classes
  • Arrays
  • Implementation of Iterable (e.g. List<>, ArrayList<>)
  • Implementation of Map (e.g. HashMap<>)
  • Combinations of all above

Deserialization

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages