Ir al contenido
Español

RESERVED_SERIALIZER_IDS_BELOW

Esta página aún no está disponible en tu idioma.

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.