defaultParameterizedSerializers
constdefaultParameterizedSerializers:ParameterizedSerializerRegistry=defaultSQLSerializers
Defined in: expr/src/functions/parameterized.ts:10
Built-in "parameterized" / "parameterized_named" serializers. The parameterized walker
binds value leaves as placeholders and passes the resulting placeholder/field strings
to these serializers exactly as the "sql" walker passes literal strings — so the built-in
function serializers are identical to defaultSQLSerializers (re-exported here).
caution
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.