Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
John DeRegnaucourt committed Jun 22, 2015
1 parent 796e29a commit c7b851c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -9,7 +9,6 @@ Perfect [Groovy](http://groovy.codehaus.org/) serialization to and from JSON for
<version>1.1.3</version>
</dependency>
```
[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.

Expand Down

0 comments on commit c7b851c

Please sign in to comment.