Skip to content

DRAFT: Add type-aware json serialization/object encoding#606

Draft
andystaples wants to merge 1 commit into
devfrom
andystaples/type-aware-object-encoding
Draft

DRAFT: Add type-aware json serialization/object encoding#606
andystaples wants to merge 1 commit into
devfrom
andystaples/type-aware-object-encoding

Conversation

@andystaples
Copy link
Copy Markdown
Collaborator

Allows forwarding types to all durable input/output JSON serialization calls
Loose type mode - preserves legacy behavior, no breaking changes, emits new type-related warnings in cases when type was not specified, type does not match, or type not available
Opt-in type strict mode, where inputs will fail to deserialize if they don't match the specified type

This is a DRAFT, once the azure-functions changes are merged we can remove the df_serialization module and use the functions SDK versions of df_dumps and df_loads: Azure/azure-functions-python-library#343

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant