跳转到内容
简体中文

RESERVED_SERIALIZER_IDS_BELOW

此内容尚不支持你的语言。

const RESERVED_SERIALIZER_IDS_BELOW: 100 = 100

Defined in: src/serialization/Constants.ts:38

First id a user-defined serializer may claim; 1..99 belong to the built-ins. The shipped schema serializers reject anything below it at construction: an id is a wire contract that outlives the process, so a collision with JSON or CBOR would only surface when stored rows stop decoding.