From c7b851cc2b8e31ba3f12b858d9cfe4e012629a87 Mon Sep 17 00:00:00 2001 From: John DeRegnaucourt Date: Mon, 22 Jun 2015 12:21:58 -0400 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5bb2c57..7ff0051 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ Perfect [Groovy](http://groovy.codehaus.org/) serialization to and from JSON for 1.1.3 ``` -[Donations welcome](https://coinbase.com/jdereg) **groovy-io** consists of two main classes, a reader (`GroovyJsonReader`) and a writer (`GroovyJsonWriter`). **groovy-io** eliminates the need for using `ObjectInputStream / ObjectOutputStream` to serialize objects and instead uses the JSON format. There is a 3rd optional class (`JsonObject`) see 'Non-typed Usage' below.