Skip to content

Conversation

@leandrodamascena
Copy link
Contributor

closes #178

Description of changes:

This PR adds docs/advanced/serialization.md documentation for serialization in the AWS Durable Execution SDK for Python. The guide covers default JSON serialization behavior, JSON-compatible types, converting non-serializable types, custom SerDes implementation, and best practices for handling large payloads.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

}

@classmethod
def from_dict(cls, data: dict) -> "Order":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from future annotations, quotes unecessary

@yaythomas yaythomas merged commit d8a85ce into main Dec 8, 2025
9 checks passed
@yaythomas yaythomas deleted the docs_sdk/16-serialization branch December 8, 2025 22:35
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.

Docs: add document about serialization

2 participants