xxd819240366 commented on code in PR #1791:
URL: https://github.com/apache/fury/pull/1791#discussion_r1704173607


##########
java/fury-core/src/main/java/org/apache/fury/config/FuryBuilder.java:
##########
@@ -312,6 +313,11 @@ public FuryBuilder withAsyncCompilation(boolean 
asyncCompilation) {
     return this;
   }
 
+  public FuryBuilder withUseEnumNameSerializer(boolean useEnumNameSerializer) {

Review Comment:
   no problem



##########
java/fury-core/src/main/java/org/apache/fury/config/Config.java:
##########
@@ -248,6 +251,10 @@ public boolean isScalaOptimizationEnabled() {
     return scalaOptimizationEnabled;
   }
 
+  public boolean getUseEnumNameSerializer() {

Review Comment:
   no problem



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