No description
Find a file
2020-06-10 21:28:15 +02: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 rename packages, remove stupid tests 2020-06-10 20:58:51 +02:00
README.md Create README.md 2016-01-05 20:27:38 +01:00

SyntheticJsonSerializer

a JSON serializer based on bytecode manipulation

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