chaokunyang commented on code in PR #1666:
URL: https://github.com/apache/incubator-fury/pull/1666#discussion_r1621859368


##########
docs/guide/java_serialization_guide.md:
##########
@@ -83,7 +83,7 @@ public class Example {
   private static final ThreadSafeFury fury = Fury.builder()
     // Allow to deserialize objects unknown types, more flexible
     // but may be insecure if the classes contains malicious code.
-    .requireClassRegistration(true)
+    .requireClassRegistration(false)

Review Comment:
   Could we delete comments and keep it as true? And invoke 
`fury.register(SomeClass)`  at the initialization



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org

Reply via email to