Hi, does anyone know if Jackson supports serializa...
# jackson-kotlin
b
Hi, does anyone know if Jackson supports serialization to dot notation?
w
I think it's a feature that's not limited to Kotlin, so I thought I'd better ask the question on StackOverflow to get a better answer (I didn't know what that feature was about).
e
like
foo.bar.baz
vs
fooBarBaz
or
foo_bar_baz
? you could implement your own
PropertyNamingStrategy
to do that