Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add escape hatch for custom JSON serialization #1955

Merged
merged 6 commits into from
Mar 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix whitespace
  • Loading branch information
vlindhol committed Mar 13, 2024
commit 6afe39e2bbbed8d51d4b1710b260fdd17314c23b
2 changes: 1 addition & 1 deletion kombu/utils/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def register_type(
decoder: Callable[[EncodedT], T] = lambda d: d,
):
"""Add support for serializing/deserializing native python type.

If marker is `None`, the encoding is a pure transformation and the result
is not placed in an envelope, so `decoder` is unnecessary. Decoding must
instead be handled outside this library.
Expand Down