Skip to content

BytelyPlay/abstract-vault

Repository files navigation

What is this

a library that simplifies data serialization, saving and deserialization... and hopefully will simplify data migration. This uses JDK 21 due to issues with JDK 23 and JDK 24

TODO PUT MORE INFO HERE

TODO

  1. add tests
  2. Add an option to give class hints so we don't need the "class": "whatever" thing and maybe if no class hint was given we can put the id and then the class inside of the id so like {"id": "class": "data"} if that makes sense
  3. Add a codec system so like Codec codec = new Codec(new Key("KeyID", sort of Type goes here, Consumer<T T of the Type>)), you can also specify another codec to be included so like new Key("KeyID", Codec)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages