Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Nov 18, 2023
1 parent 7b03f61 commit 37dae53
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -87,9 +87,9 @@ By default, all feature flags are enabled. The following are the feature flags a

## Supported Types

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

| Type | sync | async | streaming |
| --- | --- | --- | --- |
Expand Down
3 changes: 3 additions & 0 deletions docs/serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
- `crossSerialize`
- `crossSerializeAsync`
- `crossSerializeStream`
- `toCrossJSON`
- `toCrossJSONAsync`
- `toCrossJSONStream`

## Basic serialization

Expand Down

0 comments on commit 37dae53

Please sign in to comment.