Skip to content

Commit

Permalink
refine user doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Dec 4, 2024
1 parent 1a97e2f commit 6f3fcfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ The usage will be different if class registration is disabled or enabled:
`@FurySerialization(classId = xxx)`, otherwise Fury will allocate an auto-generated ID which you won't know at the
client for registration.
- Disable class registration: no class id are needed to register, which is more easy to use, but the serialized size
will be larger since Fury will serialize class as a string instead of an id.
will be larger since Fury will serialize class as a string instead of an id. Note that `quarkus-fury` will only allow
classes annotated by `@FurySerialization` for deserialization, the deserialization will be safe as class registration
enabled.

### Class registration enabled
```java
Expand Down

0 comments on commit 6f3fcfc

Please sign in to comment.