Skip to content

Commit b97e7c2

Browse files
authored
Update annotation names and project links in README (#1245)
Corrected annotation name errors in the FieldSerializer annotations section, update the Git address for the KryoNet project
1 parent 71680de commit b97e7c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,8 +1052,8 @@ Annotations can be used to configure the serializers for each field.
10521052
Annotation | Description
10531053
--- | ---
10541054
`@Bind` | Sets the CachedField settings for any field.
1055-
`@CollectionBind` | Sets the CollectionSerializer settings for Collection fields.
1056-
`@MapBind` | Sets the MapSerializer settings for Map fields.
1055+
`@BindCollection` | Sets the CollectionSerializer settings for Collection fields.
1056+
`@BindMap` | Sets the MapSerializer settings for Map fields.
10571057
`@NotNull` | Marks a field as never being null.
10581058

10591059
```java
@@ -1293,7 +1293,7 @@ Kryo can be compared to many other serialization libraries in the [JVM Serialize
12931293

12941294
There are a number of projects using Kryo. A few are listed below. Please submit a pull request if you'd like your project included here.
12951295

1296-
- [KryoNet](http://code.google.com/p/kryonet/) (NIO networking)
1296+
- [KryoNet](https://github.com/EsotericSoftware/kryonet) (NIO networking)
12971297
- [kryo-serializers](https://github.com/magro/kryo-serializers) (additional serializers)
12981298
- [Twitter's Scalding](https://github.com/twitter/scalding) (Scala API for Cascading)
12991299
- [Twitter's Chill](https://github.com/twitter/chill) (Kryo serializers for Scala)

0 commit comments

Comments
 (0)