kaepaokaawela opened a new issue, #1802: URL: https://github.com/apache/fury/issues/1802
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version 0.7.0 Java 22 Linux ### Component(s) Java, Other ### Minimal reproduce step Please see: https://github.com/yoohaemin/fury-bugreport/blob/b4800828e98d605ab76155505b70b7f36f0b02d5/src/main/scala/Main2.scala ### What did you expect to see? Deserialization success ### What did you see instead? ``` Exception in thread "main" java.lang.ClassCastException: class [Ljava.io.Serializable; cannot be cast to class [Lscala.deriving.Mirror$Singleton; ([Ljava.io.Serializable; is in module java.base of loader 'bootstrap'; [Lscala.deriving.Mirror$Singleton; is in unnamed module of loader 'app') at test2.Main$.main(Main2.scala:43) at test2.Main.main(Main2.scala) ``` ### Anything Else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
