This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/main by this push:
new 0f57993f07 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
0f57993f07 is described below
commit 0f57993f07c7a05ccd0f023887ce14568f2e7ec1
Author: chaokunyang <[email protected]>
AuthorDate: Fri Jun 12 16:47:28 2026 +0000
🔄 synced local 'docs/guide/' with remote 'docs/guide/'
---
docs/guide/python/schema-metadata.md | 4 ++++
docs/guide/python/xlang-serialization.md | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/docs/guide/python/schema-metadata.md
b/docs/guide/python/schema-metadata.md
index 50e4456a6e..d956cf341f 100644
--- a/docs/guide/python/schema-metadata.md
+++ b/docs/guide/python/schema-metadata.md
@@ -231,6 +231,10 @@ class Container:
Fory provides type annotations to control integer encoding:
+Use these markers directly in Python type annotations. Field values remain
+ordinary Python `int` or `float` values, and Fory serializes them with the
+requested xlang numeric width and encoding.
+
### Signed Integers
```python
diff --git a/docs/guide/python/xlang-serialization.md
b/docs/guide/python/xlang-serialization.md
index e9da01734e..34cec4048d 100644
--- a/docs/guide/python/xlang-serialization.md
+++ b/docs/guide/python/xlang-serialization.md
@@ -97,6 +97,10 @@ let person: Person = fory.deserialize(&binary_data)?;
Use pyfory type annotations for explicit xlang type mapping:
+Use these markers directly in Python type annotations. Field values remain
+ordinary Python `int` or `float` values, and Fory serializes them with the
+requested xlang numeric width and encoding.
+
```python
from dataclasses import dataclass
from typing import Dict, List
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]