updated readme

This commit is contained in:
Sander Hautvast 2020-06-10 21:28:40 +02:00
parent 5c2076dc02
commit 5f7fad8bdb

View file

@ -1,6 +1,6 @@
# SyntheticJsonSerializer
# JsonToy
a JSON serializer based on bytecode manipulation
* creates a Json serializer for a java type using javassist
* deserializing not implemented
* deserializing not yet implemented
* see the unit tests to see how it works