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
| Name | Type | Defined in |
|---|---|---|
init() | () => Promise<void> | packages/core/src/core/serialization/JsonSerializer.ts:235 |