Any examples around of creating a custom serialize...
# serialization
t
Any examples around of creating a custom serializer that can take a custom parameter, like so:
Copy code
@DateSerializer(format = "dd/MM/yyy")
val date: Date
s
There's no such functionality for now
t
Okay, thank you.
v
t
Sweet, thank you!