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 d99ae83f2 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
d99ae83f2 is described below
commit d99ae83f26f16b1bad9110d7f794a9994d4684fa
Author: chaokunyang <[email protected]>
AuthorDate: Wed Oct 15 15:50:46 2025 +0000
🔄 synced local 'docs/guide/' with remote 'docs/guide/'
---
docs/guide/rust_guide.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/guide/rust_guide.md b/docs/guide/rust_guide.md
index 919124227..5279ad835 100644
--- a/docs/guide/rust_guide.md
+++ b/docs/guide/rust_guide.md
@@ -636,8 +636,8 @@ impl Serializer for CustomType {
Ok(Self { value, name })
}
- fn fory_type_id_dyn(&self, fory: &Fory) -> u32 {
- Self::fory_get_type_id(fory)
+ fn fory_type_id_dyn(&self, type_resolver: &TypeResolver) -> u32 {
+ Self::fory_get_type_id(type_resolver)
}
fn as_any(&self) -> &dyn Any {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]