Create README.md

This commit is contained in:
Sander Hautvast 2016-01-05 20:27:38 +01:00
parent d1383e47c9
commit ee70f15514

6
README.md Normal file
View file

@ -0,0 +1,6 @@
# 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