Mode: "sync" | "async" | "universal"

Data deserialization mode.

Passed to compiler to a kind of deserializers to generate.

Can be one of:

  • sync - to generate only synchronous deserializers.
  • async - to generate only asynchronous deserializers.
  • universal (the default) - to generate universal deserializers that support any kind of input.

Generated using TypeDoc