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 e87c292b3206b2f842659e4644eef7c100eaacc0 Author: chaokunyang <[email protected]> AuthorDate: Fri Jun 5 11:00:25 2026 +0000 🔄 synced local 'docs/benchmarks/' with remote 'docs/benchmarks/' --- docs/benchmarks/java/README.md | 56 +++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/docs/benchmarks/java/README.md b/docs/benchmarks/java/README.md index faed233646..0f7dc210c3 100644 --- a/docs/benchmarks/java/README.md +++ b/docs/benchmarks/java/README.md @@ -64,31 +64,31 @@ SAMPLE is a class from [kryo benchmark](https://github.com/EsotericSoftware/kryo Serialize data java byte array. -#### Java schema consistent serialization +#### Java same-schema serialization -The deserialization peer must have same class definition with the serialization peer. -No class forward/backward compatibility are supported in this mode. +The reader and writer use the same class schema. Class forward/backward compatibility is not used in +this mode. - + -#### Java schema compatible serialization +#### Java compatible serialization -The deserialization peer can have different class definition with the serialization peer. -Class forward/backward compatibility are supported in this mode. +The reader and writer can use different class schemas. Class forward/backward compatibility is +supported in this mode.  -#### Java schema consistent deserialization +#### Java same-schema deserialization -The deserialization peer must have same class definition with the serialization peer. -No class forward/backward compatibility are supported in this mode. +The reader and writer use the same class schema. Class forward/backward compatibility is not used in +this mode. - + -#### Java schema compatible deserialization +#### Java compatible deserialization -The deserialization peer can have different class definition with the serialization peer. -Class forward/backward compatibility are supported in this mode. +The reader and writer can use different class schemas. Class forward/backward compatibility is +supported in this mode.  @@ -96,31 +96,31 @@ Class forward/backward compatibility are supported in this mode. Serialize data off-heap memory. -#### Java schema consistent serialization +#### Java same-schema serialization -The deserialization peer must have same class definition with the serialization peer. -No class forward/backward compatibility are supported in this mode. +The reader and writer use the same class schema. Class forward/backward compatibility is not used in +this mode. - + -#### Java schema compatible serialization +#### Java compatible serialization -The deserialization peer can have different class definition with the serialization peer. -Class forward/backward compatibility are supported in this mode. +The reader and writer can use different class schemas. Class forward/backward compatibility is +supported in this mode.  -#### Java schema consistent deserialization +#### Java same-schema deserialization -The deserialization peer must have same class definition with the serialization peer. -No class forward/backward compatibility are supported in this mode. +The reader and writer use the same class schema. Class forward/backward compatibility is not used in +this mode. - + -#### Java schema compatible deserialization +#### Java compatible deserialization -The deserialization peer can have different class definition with the serialization peer. -Class forward/backward compatibility are supported in this mode. +The reader and writer can use different class schemas. Class forward/backward compatibility is +supported in this mode.  --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
