wangjie-fourth commented on code in PR #1666:
URL: https://github.com/apache/incubator-fury/pull/1666#discussion_r1621850956


##########
README.md:
##########
@@ -173,11 +173,8 @@ public class Example {
       ThreadSafeFury fury = Fury.builder().withLanguage(Language.JAVA)
         // Allow to deserialize objects unknown types, more flexible
         // but may be insecure if the classes contains malicious code.
-        .requireClassRegistration(true)
+        .requireClassRegistration(false)

Review Comment:
   done. please help review again



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to