Skip to content

Variable: defaultSerializer

ts
const defaultSerializer: JsonSerializer & {
  init: Promise<void>;
};

Defined in: packages/core/src/core/serialization/JsonSerializer.ts:267

Global singleton serializer.

Shared across the engine so all Presenters and response helpers use the same cache and fjs module reference.

Type Declaration

NameTypeDefined in
init()() => Promise<void>packages/core/src/core/serialization/JsonSerializer.ts:235