Skip to content

Commit

Permalink
Update compatibility.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Sep 9, 2023
1 parent 59816b5 commit 2f6837d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ By default, all feature flags are enabled. The following are the feature flags a

## Supported Types

- sync = `serialize`, `toJSON`, `crossSerialize`, `toCrossJSON`
- async = `serializeAsync`, `toJSONAsync`, `crossSerializeAsync`, `toCrossJSONAsync`
- streaming = `crossSerializeStream`, `toCrossStream`, `Serializer`
- sync = `serialize`, `toJSON`, `crossSerialize`
- async = `serializeAsync`, `toJSONAsync`, `crossSerializeAsync`
- streaming = `crossSerializeStream`, `Serializer`

| Type | sync | async | streaming |
| --- | --- | --- | --- |
Expand Down

0 comments on commit 2f6837d

Please sign in to comment.