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 ed20a56b3d9b18af38da9666be363364aad214d9 Author: chaokunyang <[email protected]> AuthorDate: Mon Sep 8 07:47:07 2025 +0000 🔄 synced local 'docs/specification/' with remote 'docs/specification/' --- docs/specification/java_serialization_spec.md | 10 +++++----- docs/specification/xlang_serialization_spec.md | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/specification/java_serialization_spec.md b/docs/specification/java_serialization_spec.md index b873c2771..283bc3078 100644 --- a/docs/specification/java_serialization_spec.md +++ b/docs/specification/java_serialization_spec.md @@ -21,14 +21,14 @@ license: | ## Spec overview -Fory Java Serialization is an automatic object serialization framework that supports reference and polymorphism. Fory +Apache Fory™ Java Serialization is an automatic object serialization framework that supports reference and polymorphism. Apache Fory™ will -convert an object from/to fory java serialization binary format. Fory has two core concepts for java serialization: +convert an object from/to fory java serialization binary format. Apache Fory™ has two core concepts for java serialization: -- **Fory Java Binary format** -- **Framework to convert object to/from Fory Java Binary format** +- **Apache Fory™ Java Binary format** +- **Framework to convert object to/from Apache Fory™ Java Binary format** -The serialization format is a dynamic binary format. The dynamics and reference/polymorphism support make Fory flexible, +The serialization format is a dynamic binary format. The dynamics and reference/polymorphism support make Apache Fory™ flexible, much more easy to use, but also introduce more complexities compared to static serialization frameworks. So the format will be more complex. diff --git a/docs/specification/xlang_serialization_spec.md b/docs/specification/xlang_serialization_spec.md index aa78794c0..83719872c 100644 --- a/docs/specification/xlang_serialization_spec.md +++ b/docs/specification/xlang_serialization_spec.md @@ -25,14 +25,14 @@ license: | > > - Version 0.1 - serialization spec formalized -Fory xlang serialization is an automatic object serialization framework that supports reference and polymorphism. -Fory will convert an object from/to fory xlang serialization binary format. -Fory has two core concepts for xlang serialization: +Apache Fory™ xlang serialization is an automatic object serialization framework that supports reference and polymorphism. +Apache Fory™ will convert an object from/to fory xlang serialization binary format. +Apache Fory™ has two core concepts for xlang serialization: -- **Fory xlang binary format** -- **Framework implemented in different languages to convert object to/from Fory xlang binary format** +- **Apache Fory™ xlang binary format** +- **Framework implemented in different languages to convert object to/from Apache Fory™ xlang binary format** -The serialization format is a dynamic binary format. The dynamics and reference/polymorphism support make Fory flexible, +The serialization format is a dynamic binary format. The dynamics and reference/polymorphism support make Apache Fory™ flexible, much more easy to use, but also introduce more complexities compared to static serialization frameworks. So the format will be more complex. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
