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 80d1808fc 🔄 synced local 'docs/docs/guide/' with remote 'docs/guide/'
80d1808fc is described below

commit 80d1808fc5c178b9ec428ed57265888e1211d09a
Author: chaokunyang <[email protected]>
AuthorDate: Mon Nov 3 01:50:05 2025 +0000

    🔄 synced local 'docs/docs/guide/' with remote 'docs/guide/'
---
 docs/docs/guide/java_serialization_guide.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/docs/guide/java_serialization_guide.md 
b/docs/docs/guide/java_serialization_guide.md
index d84bb9350..e3f158ce1 100644
--- a/docs/docs/guide/java_serialization_guide.md
+++ b/docs/docs/guide/java_serialization_guide.md
@@ -123,7 +123,6 @@ public class Example {
 | `registerGuavaTypes`        | Whether to pre-register Guava types such as 
`RegularImmutableMap`/`RegularImmutableList`. These types are not public API, 
but seem pretty stable.                                                         
                                                                                
                                                                                
                                                                                
                   [...]
 | `requireClassRegistration`  | Disabling may allow unknown classes to be 
deserialized, potentially causing security risks.                               
                                                                                
                                                                                
                                                                                
                                                                                
                   [...]
 | `requireClassRegistration`  | Set max depth for deserialization, when depth 
exceeds, an exception will be thrown. This can be used to refuse 
deserialization DDOS attack.                                                    
                                                                                
                                                                                
                                                                                
                              [...]
-
 | `suppressClassRegistrationWarnings` | Whether to suppress class registration 
warnings. The warnings can be used for security audit, but may be annoying, 
this suppression will be enabled by default. | `true` |
 | `metaShareEnabled` | Enables or disables meta share mode. | `true` if 
`CompatibleMode.Compatible` is set, otherwise false. |
 | `scopedMetaShareEnabled` | Scoped meta share focuses on a single 
serialization process. Metadata created or identified during this process is 
exclusive to it and is not shared with by other serializations. | `true` if 
`CompatibleMode.Compatible` is set, otherwise false. |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to