Перейти к содержимому
Русский

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.