jxnu-liguobin commented on code in PR #1845:
URL: https://github.com/apache/pekko/pull/1845#discussion_r2104573700


##########
serialization-jackson/src/main/resources/reference.conf:
##########
@@ -92,6 +92,16 @@ pekko.serialization.jackson {
     FAIL_ON_UNKNOWN_PROPERTIES = off
   }
 
+  # Configuration of the ObjectMapper deserialization features.
+  # See com.fasterxml.jackson.databind.cfg.EnumFeature
+  # Enum values corresponding to the EnumFeature and their
+  # boolean values, for example:
+  #
+  # enum-features {
+  #   READ_ENUM_KEYS_USING_INDEX = off
+  # }
+  enum-features {}

Review Comment:
   +1



-- 
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: notifications-unsubscr...@pekko.apache.org

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


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

Reply via email to