Aller au contenu
Français

RESERVED_SERIALIZER_IDS_BELOW

Ce contenu n’est pas encore disponible dans votre langue.

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.