Skip to content

Commit

Permalink
πŸ”„ synced local 'docs/guide/' with remote 'docs/guide/'
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Oct 23, 2024
1 parent 694ec9c commit a358c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/java_serialization_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. | `false` |
| `scalaOptimizationEnabled` | Enables or disables Scala-specific serialization optimization. | `false` |
| `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`. | `true` |
| `serializeEnumByName` | When Enabled, fury serialize enum by name instead of ordinal. | `false` |

## Advanced Usage

Expand Down

0 comments on commit a358c9a

Please sign in to comment.