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

commit f00fc10eb035b941a2420aa71be8f05a9d4478b5
Author: chaokunyang <[email protected]>
AuthorDate: Mon May 4 14:16:25 2026 +0000

    🔄 synced local 'docs/specification/' with remote 'docs/specification/'
---
 docs/specification/xlang_serialization_spec.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/specification/xlang_serialization_spec.md 
b/docs/specification/xlang_serialization_spec.md
index 37a1968012..24adbe3331 100644
--- a/docs/specification/xlang_serialization_spec.md
+++ b/docs/specification/xlang_serialization_spec.md
@@ -63,7 +63,8 @@ This specification defines the Fory xlang binary format. The 
format is dynamic r
 - named_ext: an `ext` type whose type mapping will be encoded as a name.
 - list: a sequence of objects.
 - set: an unordered set of unique elements.
-- map: a map of key-value pairs. Mutable types such as `list/map/set/array` 
are not allowed as key of map.
+- map: a map of key-value pairs. Map keys do not allow binary values, 
floating-point values,
+  decimal values, or collection-shaped values such as `list`, `map`, `set`, 
and `array`.
 - duration: an absolute length of time, independent of any calendar/timezone, 
as a count of nanoseconds.
 - timestamp: a point in time, independent of any calendar/timezone, encoded as 
seconds (int64) and nanoseconds
   (uint32) since the epoch at UTC midnight on January 1, 1970.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to