No description
Find a file
2021-02-18 22:38:50 +01:00
src removed crazy shit 2020-06-10 21:21:09 +02:00
.gitignore updated with *.iml 2020-06-10 21:28:15 +02:00
pom.xml version bumper 2021-02-18 22:38:50 +01:00
README.md updated readme 2020-06-10 21:28:40 +02:00

JsonToy

a JSON serializer based on bytecode manipulation

  • creates a Json serializer for a java type using javassist
  • deserializing not yet implemented
  • see the unit tests to see how it works