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 8dbf5ba5 🔄 synced local 'docs/guide/' with remote 'docs/guide/' 8dbf5ba5 is described below commit 8dbf5ba521f52b8ce558095e23cce1ff18f6f368 Author: chaokunyang <shawn.ck.y...@gmail.com> AuthorDate: Mon Jul 28 11:19:10 2025 +0000 🔄 synced local 'docs/guide/' with remote 'docs/guide/' --- docs/guide/java_serialization_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/java_serialization_guide.md b/docs/guide/java_serialization_guide.md index deb32f0d..44980227 100644 --- a/docs/guide/java_serialization_guide.md +++ b/docs/guide/java_serialization_guide.md @@ -320,7 +320,7 @@ For collection serializer, this is a special parameter `supportCodegenHook` need - Recommended for most collections - When `false`: - - Uses interfaced-based element access and dynamic serializer dispatch for elements, which have higer cost + - Uses interfaced-based element access and dynamic serializer dispatch for elements, which have higher cost - More flexible for custom collection types - Required when collection has special serialization needs - Handles complex collection implementations --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@fory.apache.org For additional commands, e-mail: commits-h...@fory.apache.org