Skip to content

Commit

Permalink
[Java] remove vague desc in drop-in replacement jdk serialization libs (
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang authored Jan 3, 2024
1 parent fd7ef37 commit e67e253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ https://fury.apache.org

In addition to cross-language serialization, Fury also features at:

- Drop-in replace Java serialization frameworks such as JDK/Kryo/Hessian without modifying any code, but 100x faster.
It can greatly improve the efficiency of high-performance RPC calls, data transfer, and object persistence.
- Drop-in replace Java serialization frameworks such as JDK/Kryo/Hessian, but 100x faster at most, which can greatly improve
the efficiency of high-performance RPC calls, data transfer, and object persistence.
- **100% compatible** with JDK serialization API with much faster implementation: supporting JDK `writeObject/readObject/writeReplace/readResolve/readObjectNoData/Externalizable` API.
- Supports **Java 8~21**, Java 17+ `record` is supported too.
- Support [AOT compilation serialization](docs/guide/graalvm_guide.md) for **GraalVM native image**, and no reflection/serialization json config are needed.
Expand Down

0 comments on commit e67e253

Please sign in to comment.