You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/java_serialization_guide.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ public class Example {
114
114
|`codeGenEnabled`| Disabling may result in faster initial serialization but slower subsequent serializations. |`true`|
115
115
|`asyncCompilationEnabled`| If enabled, serialization uses interpreter mode first and switches to JIT serialization after async serializer JIT for a class is finished. |`false`|
116
116
|`scalaOptimizationEnabled`| Enables or disables Scala-specific serialization optimization. |`false`|
117
+
| `shareUserContext` | Enables or disables user context mode.
0 commit comments