This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch fix_build_error in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 5f99b265e69a2a3793b34380ece3ad39d179b006 Merge: 2085fbd9f6 803e0abff5 Author: chaokunyang <[email protected]> AuthorDate: Tue Jul 14 15:03:38 2026 +0800 Merge remote-tracking branch 'origin/main' into fix_build_error docs/compiler/generated-code.md | 3 +- docs/compiler/schema-idl.md | 74 +-- docs/guide/cpp/configuration.md | 49 +- docs/guide/cpp/supported-types.md | 43 +- docs/guide/cpp/xlang-serialization.md | 10 +- docs/guide/csharp/basic-serialization.md | 5 + docs/guide/csharp/configuration.md | 41 +- docs/guide/csharp/references.md | 4 + docs/guide/dart/configuration.md | 41 +- docs/guide/go/codegen.md | 430 --------------- docs/guide/go/configuration.md | 40 +- docs/guide/go/custom-serializers.md | 2 +- docs/guide/go/grpc-support.md | 2 +- docs/guide/go/index.md | 4 +- docs/guide/go/native-serialization.md | 6 +- docs/guide/go/thread-safety.md | 2 +- docs/guide/go/troubleshooting.md | 8 +- docs/guide/java/configuration.md | 9 + docs/guide/java/index.md | 4 + docs/guide/java/json-support.md | 659 +++++++++++++++++++++++ docs/guide/java/object-copy.md | 42 +- docs/guide/java/type-registration.md | 95 ++-- docs/guide/javascript/configuration.md | 52 +- docs/guide/kotlin/configuration.md | 19 + docs/guide/python/configuration.md | 43 +- docs/guide/rust/configuration.md | 44 +- docs/guide/scala/configuration.md | 19 + docs/guide/swift/configuration.md | 18 +- docs/specification/xlang_implementation_guide.md | 61 ++- docs/specification/xlang_type_mapping.md | 9 +- 30 files changed, 1185 insertions(+), 653 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
