Zum Inhalt springen
Deutsch

RESERVED_SERIALIZER_IDS_BELOW

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

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.