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 6f3fcfc commit c10fedd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ classes annotated by `@FurySerialization` for deserialization, the deserializati
enabled.

### Class registration enabled
Server example:
```java
import io.quarkiverse.fury.FurySerialization;
import jakarta.enterprise.context.ApplicationScoped;
Expand All @@ -82,7 +83,7 @@ public class FuryResources {
}
```

Client example
Client example:
```java
import static io.restassured.RestAssured.given;
import org.apache.fury.ThreadSafeFury;
Expand Down

0 comments on commit c10fedd

Please sign in to comment.