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/fury-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a358c9a0 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
a358c9a0 is described below

commit a358c9a0231abf2acff0adceb62e98c1db4b499e
Author: chaokunyang <[email protected]>
AuthorDate: Wed Oct 23 08:05:04 2024 +0000

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

diff --git a/docs/guide/java_serialization_guide.md 
b/docs/guide/java_serialization_guide.md
index 6d4a0d15..4715b378 100644
--- a/docs/guide/java_serialization_guide.md
+++ b/docs/guide/java_serialization_guide.md
@@ -116,6 +116,7 @@ public class Example {
 | `asyncCompilationEnabled`           | If enabled, serialization uses 
interpreter mode first and switches to JIT serialization after async serializer 
JIT for a class is finished.                                                    
                                                                                
                                                                                
                                                                                
                      [...]
 | `scalaOptimizationEnabled`          | Enables or disables Scala-specific 
serialization optimization.                                                     
                                                                                
                                                                                
                                                                                
                                                                                
                  [...]
 | `copyRef`                           | When disabled, the copy performance 
will be better. But fury deep copy will ignore circular and shared reference. 
Same reference of an object graph will be copied into different objects in one 
`Fury#copy`.                                                                    
                                                                                
                                                                                
                    [...]
+| `serializeEnumByName`               | When Enabled, fury serialize enum by 
name instead of ordinal.                                                        
                                                                                
                                                                                
                                                                                
                                                                                
                [...]
 
 ## Advanced Usage
 


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

Reply via email to