Skip to content

Commit

Permalink
docs: remove NoSerialization from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Aug 20, 2023
1 parent 0f87d09 commit a85276f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docs/async-call-rpc.asynccalloptions.serializer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ serializer?: Serialization;

See [Serialization](./async-call-rpc.serialization.md)<!-- -->. There is some built-in serializer:

- [NoSerialization](./async-call-rpc.noserialization.md) (Not doing anything to the message)

- [JSONSerialization](./async-call-rpc.jsonserialization.md) (Using JSON.parse/stringify in the backend)

- [BSONSerialization](https://github.com/jack-works/async-call-rpc#web-deno-and-node-bson) (use the [bson](https://npmjs.org/bson) as the serializer)
Expand Down
4 changes: 0 additions & 4 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,9 @@ export interface AsyncCallOptions {
* See {@link Serialization}.
* There is some built-in serializer:
*
* - {@link NoSerialization} (Not doing anything to the message)
*
* - {@link JSONSerialization} (Using JSON.parse/stringify in the backend)
*
* - {@link https://github.com/jack-works/async-call-rpc#web-deno-and-node-bson | BSONSerialization} (use the {@link https://npmjs.org/bson | bson} as the serializer)
*
* @defaultValue {@link NoSerialization}
*/
serializer?: Serialization
/**
Expand Down

0 comments on commit a85276f

Please sign in to comment.