Skip to content

Version Bump#8

Merged
DevPossible merged 3 commits intomainfrom
dev
Oct 5, 2025
Merged

Version Bump#8
DevPossible merged 3 commits intomainfrom
dev

Conversation

@DevPossible
Copy link
Owner

No description provided.

Implement convenience serialization methods across all language implementations:
- C#: Override ToString() to serialize using TonSerializer with default options
- JavaScript: Update toString() to use TonSerializer instead of JSON.stringify
- Python: Update __str__() to use TonSerializer instead of json.dumps

Updated README examples to demonstrate:
- Quick serialization using ToString()/toString()/str()
- Explicit TonSerializer usage for more control over serialization options

This provides a more intuitive API for users who want to quickly serialize
TON documents without explicitly creating a serializer instance.
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 5, 2025

Deploying devpossible-ton with  Cloudflare Pages  Cloudflare Pages

Latest commit: caa9ecb
Status: ✅  Deploy successful!
Preview URL: https://14a4a2b0.devpossible-ton.pages.dev
Branch Preview URL: https://dev.devpossible-ton.pages.dev

View logs

@DevPossible DevPossible merged commit c6e7963 into main Oct 5, 2025
16 checks passed
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