diff --git a/README.md b/README.md index 2adbf88..3b88b89 100644 --- a/README.md +++ b/README.md @@ -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