Skip to content

Intermact API Reference / @intermact/core / SerializeOptions

Interface: SerializeOptions

Defined in: packages/core/src/serialize/types.ts:183

Options controlling serialize behavior.

Properties

mode?

readonly optional mode?: "degrade" | "strict"

Defined in: packages/core/src/serialize/types.ts:189

How to handle non-serializable members (design.md §17). "degrade" (default) drops call effects and replaces function easings with "linear"; "strict" throws an IntermactError (serialization-error).

Intermact v1.0 — 文档覆盖 Phase-1 / Phase-2 / Phase-3(全阶段)