Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaristo committed May 2, 2014
1 parent f5edb50 commit bc405a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -22,3 +22,9 @@ e.dad= a;
console.log(GSON.decode(GSON.encode(a)));
console.log(GSON.parse(GSON.stringify(a)));
```

## Huge graph serialization

When you have graphs of some million nodes it may be necessary
to hand-off serialization to somenthing out of the V8 heap,
for this reason i've written [gsonpp](https://github.com/aaaristo/gsonpp).

0 comments on commit bc405a3

Please sign in to comment.