Skip to content

Commit

Permalink
πŸ”„ synced local 'docs/guide/' with remote 'docs/guide/'
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Oct 4, 2023
1 parent cfab068 commit a069c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/java_object_graph_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ if(JavaSerializer.serializedByJDK(bytes)){

## Trouble shooting
### Class inconsistency and class version check
If you create fury without setting `CompatibleMode` to `io.fury.serializer.CompatibleMode.COMPATIBLE`, and you got a strange
If you create fury without setting `CompatibleMode` to `io.fury.config.CompatibleMode.COMPATIBLE`, and you got a strange
serialization error, it may be caused by class inconsistency between serialization peer and deserialization peer.

In such cases, you can invoke `FuryBuilder#withClassVersionCheck` to create fury to validate it, if deserialization throws `io.fury.exception.ClassNotCompatibleException`, it shows class are inconsistent, and you should create fury with
Expand Down

0 comments on commit a069c5d

Please sign in to comment.