You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently chill doesn't support Try serialization, because it doesn't support java's Throwable serialization (see EsotericSoftware/kryo#532 for details). It worth adding Throwable serialization to chill-java package and, maybe, explicit serialization Try serialization to chill package.
The text was updated successfully, but these errors were encountered:
Currently chill doesn't support
Try
serialization, because it doesn't support java'sThrowable
serialization (see EsotericSoftware/kryo#532 for details). It worth addingThrowable
serialization tochill-java
package and, maybe, explicit serializationTry
serialization tochill
package.The text was updated successfully, but these errors were encountered: