fury
fury copied to clipboard
chore(java): Remove redundant code
What does this PR do?
Related issues
Does this PR introduce any user-facing change?
- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?
Benchmark
Does readNullable also need to be manually inline?
https://github.com/apache/fory/blob/a9e5d999f58b2a0ec8f22ead9a20040d45e39a73/java/fory-core/src/main/java/org/apache/fory/serializer/SerializationBinding.java#L381-L384
Does readNullable also need to be manually inline?
https://github.com/apache/fory/blob/a9e5d999f58b2a0ec8f22ead9a20040d45e39a73/java/fory-core/src/main/java/org/apache/fory/serializer/SerializationBinding.java#L381-L384
Yes, we'd better do that