Skip to content

Commit

Permalink
Merge pull request EsotericSoftware#233 from puneetlakhina/patch-2
Browse files Browse the repository at this point in the history
Fix serializers reference
  • Loading branch information
romix committed Aug 8, 2014
2 parents bdd3d3c + 9db3ef4 commit 2aaeb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ By default, each appearance of an object in the graph after the first is stored
// ...
```

When writing serializers that use Kryo for nested objects, `kryo.reference()` must be called in `read()`. See [Serializers](#Serializers) for more information.
When writing serializers that use Kryo for nested objects, `kryo.reference()` must be called in `read()`. See [Serializers](#serializers) for more information.

## Object creation

Expand Down

0 comments on commit 2aaeb94

Please sign in to comment.