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 7c53d149a78d0e38e0a66b58719c52d233b58b26 Author: chaokunyang <[email protected]> AuthorDate: Mon Jun 23 07:35:03 2025 +0000 🔄 synced local 'docs/specification/' with remote 'docs/specification/' --- docs/specification/xlang_serialization_spec.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/specification/xlang_serialization_spec.md b/docs/specification/xlang_serialization_spec.md index debfaf92..58ac5778 100644 --- a/docs/specification/xlang_serialization_spec.md +++ b/docs/specification/xlang_serialization_spec.md @@ -252,12 +252,10 @@ If schema evolution mode is enabled globally when creating fory, and enabled for using one of the following mode. Which mode to use is configured when creating fory. - Normal mode(meta share not enabled): - - If type meta hasn't been written before, add `type def` to `captured_type_defs`: `captured_type_defs[type def] = map size`. - Get index of the meta in `captured_type_defs`, write that index as `| unsigned varint: index |`. - After finished the serialization of the object graph, fory will start to write `captured_type_defs`: - - Firstly, set current to `meta start offset` of fory header - Then write `captured_type_defs` one by one: @@ -284,7 +282,6 @@ using one of the following mode. Which mode to use is configured when creating f ``` - Streaming mode(streaming mode doesn't support meta share): - - If type meta hasn't been written before, the data will be written as: ``` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
