fury icon indicating copy to clipboard operation
fury copied to clipboard

A blazingly fast multi-language serialization framework powered by JIT and zero-copy.

Results 312 fury issues
Sort by recently updated
recently updated
newest added

### Feature Request Does Fory have any plans to support cangjie language ### Is your feature request related to a problem? Please describe _No response_ ### Describe the solution you'd...

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fory/issues) and found no similar issues. ### Version latest commit ### Component(s) Java ### Minimal reproduce step The core...

bug
java
xlang

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fory/issues) and found no similar issues. ### Version latest commit ### Component(s) Java ### Minimal reproduce step Serializers for...

bug

### Feature Request _No response_ ### Is your feature request related to a problem? Please describe _No response_ ### Describe the solution you'd like _No response_ ### Describe alternatives you've...

python

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fory/issues) and found no similar issues. ### Version branch main pr #2339 ci It happened on both mac and...

bug

* Experiment related to #2391 * very unlikely to ever get merged but I would like to support users who carefully write their classes to make them strongly typed minimising...

### Feature Request I debugged the method deserialize(byte, class) and found that it does not check the deserialized data matches the class - that it just info for the compiler...

### Feature Request I have an ignored test case in #2378 where Fory returns null instead of failing with an exception. The test case passes with the wrong type in...

### Feature Request We definitely want Fory to be relatively secure by default. Of course, deserializing is always a minefield in Java and the disallow list in Fory may not...

## What does this PR do? It wasn't clear from the docs how Fory handled polymorphism. The final test fails, so I set it to be ignored. deserializeJavaObject does not...