No description
Find a file
2023-06-03 10:13:07 +02:00
src Finally found and removed the performance bottleneck, so now performance is equal to jackson 2023-06-03 10:13:07 +02:00
.gitignore updated with *.iml 2020-06-10 21:28:15 +02:00
pom.xml Finally found and removed the performance bottleneck, so now performance is equal to jackson 2023-06-03 10:13:07 +02:00
README.md Finally found and removed the performance bottleneck, so now performance is equal to jackson 2023-06-03 10:13:07 +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

  • as of java9 it needs --add-opens java.base/java.lang=ALL-UNNAMED as java commandline option.