chaokunyang commented on code in PR #1892:
URL: https://github.com/apache/fury/pull/1892#discussion_r1811026429


##########
java/fury-core/src/main/java/org/apache/fury/config/Config.java:
##########
@@ -133,6 +135,11 @@ public boolean deserializeNonexistentEnumValueAsNull() {
     return deserializeNonexistentEnumValueAsNull;
   }
 
+  /** deserialize and serialize enum by name. */
+  public boolean serializeEnumByName() {

Review Comment:
   could we add this option to java guide options part in 
https://fury.apache.org/docs/guide/java_object_graph_guide/#furybuilder--options
 ,which correspond to  docs/guide/java_serialization_guide.md



-- 
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