Skip to content

Commit

Permalink
remove unnecessary comma in link (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlov authored Aug 20, 2024
1 parent 86ef797 commit 5959c80
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 @@ -639,7 +639,7 @@ Input input = new Input(output.getBuffer(), 0, output.position());
Callable<Integer> closure2 = (Callable<Integer>)kryo.readObject(input, ClosureSerializer.Closure.class);
```

Serializing closures which do not implement Serializable is possible [with some effort](https://ruediste.github.io/java,/kryo/2017/05/07/serializing-non-serializable-lambdas.html).
Serializing closures which do not implement Serializable is possible [with some effort](https://ruediste.github.io/java/kryo/2017/05/07/serializing-non-serializable-lambdas.html).

### Compression and encryption

Expand Down

0 comments on commit 5959c80

Please sign in to comment.