whats the appropriate way to convert a `Map<Str...
# serialization
w
whats the appropriate way to convert a
Map<String, String>
into an object that is marked
@Serializable
?
c
serialize to JSON then deserialize to your object maybe?