zhaommmmomo
zhaommmmomo
## What does this PR do? Some classes with no-argument constructors will report an error when calling `copy()`. This pr: - implement the copy method for the no-argument constructor serializer...
## Is your feature request related to a problem? Please describe. Some classes with no-argument constructors will report an error when calling `copy()` ## Describe the solution you'd like These...
## Is your feature request related to a problem? Please describe. Some thread-safe classes use a generic copyElements() method, for example: `CopyOnWriteArrayList`... when adding elements, locking operations are performed, which...
## What does this PR do? support graalvm copy ## Related issues https://github.com/apache/fury/issues/1742 https://github.com/apache/fury/issues/1679 ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version fury 0.10.0-SNAPSHOT https://github.com/apache/fury/pull/1925 ### Component(s) Java ### Minimal reproduce step ```java...