79117127

Date: 2024-10-23 08:53:58
Score: 1
Natty:
Report link

In the end I just use the standard serializationLibrary which is GSON. With it there are no problems with unknownProperties.

configOptions.set(
    mapOf(
        Pair("dateLibrary", "java8"),
        Pair("enumPropertyNaming", "UPPERCASE"),
    ),
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Tilman Rossmy