chill icon indicating copy to clipboard operation
chill copied to clipboard

Support `scala.util.Try` serialization

Open ttim opened this issue 5 years ago • 1 comments

Currently chill doesn't support Try serialization, because it doesn't support java's Throwable serialization (see https://github.com/EsotericSoftware/kryo/issues/532 for details). It worth adding Throwable serialization to chill-java package and, maybe, explicit serialization Try serialization to chill package.

ttim avatar Mar 18 '19 23:03 ttim

I agree this would be useful.

johnynek avatar Mar 19 '19 00:03 johnynek