OptionalallowWhether to allow instantiation of registered classes via Registry (default: true)
OptionalallowedOptional allowlist of permitted registered class names (matched with or without leading '$')
OptionalallowWhether to reconstruct RegExp instances (default: true)
OptionalmaxMaximum object traversal nesting depth to prevent call-stack exhaustion (default: 64)
OptionalrequireIf true, requires that the string has a valid signature, rejecting unsigned strings (default: false)
OptionalsecretSecret key or salt to verify the signature against (required for signed verification)
OptionalsentinelOptional function to handle reconstructing undefined/void values
OptionalthrowIf true, throws an Error when signature verification fails, secret is missing, or payload is rejected (default: false)
Configuration options for
objectify()deserialization.