Skip to content

Documentation / @warp-drive/legacy / compat / SerializerOptions

Type Alias: SerializerOptions

ts
type SerializerOptions = object;

Defined in: warp-drive-packages/legacy/src/compat/legacy-network-handler/minimum-serializer-interface.ts:12

Properties

includeId?

ts
optional includeId: boolean;

Defined in: warp-drive-packages/legacy/src/compat/legacy-network-handler/minimum-serializer-interface.ts:12

Released under the MIT License.