No description
| src | ||
| .gitignore | ||
| pom.xml | ||
| README.md | ||
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
| src | ||
| .gitignore | ||
| pom.xml | ||
| README.md | ||
a JSON serializer based on bytecode manipulation