File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1052,8 +1052,8 @@ Annotations can be used to configure the serializers for each field.
10521052Annotation | 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
12941294There 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)
You can’t perform that action at this time.
0 commit comments