Skip to content

Commit

Permalink
Added link to the relevant Kryo code.
Browse files Browse the repository at this point in the history
  • Loading branch information
staslev committed Mar 29, 2017
1 parent 92ee1b5 commit d236684
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ class StatelessJavaSerializer extends Serializer {
// with this particular signature spares exploring further ones, which involves
// NoSuchMethodException(s) being thrown as part of the exploration process and may slow
// things down, see Kryo#newSerializer()
public StatelessJavaSerializer(final Kryo ignore1, final Class<?> ignore2) {
}
// https://github.com/EsotericSoftware/kryo/blob/kryo-2.21.x/src/com/esotericsoftware/kryo/Kryo.java#L319
public StatelessJavaSerializer(final Kryo ignore1, final Class<?> ignore2) {}

public StatelessJavaSerializer() {
this(null, null);
Expand Down

0 comments on commit d236684

Please sign in to comment.