No description
Find a file
2016-01-05 20:27:38 +01:00
.gradle/2.3/taskArtifacts initial commit 2016-01-05 20:16:06 +01:00
gradle/wrapper initial commit 2016-01-05 20:16:06 +01:00
src ignores 2016-01-05 20:26:03 +01:00
.gitignore ignores 2016-01-05 20:26:03 +01:00
build.gradle initial commit 2016-01-05 20:16:06 +01:00
gradlew initial commit 2016-01-05 20:16:06 +01:00
gradlew.bat initial commit 2016-01-05 20:16:06 +01: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