Join Slack
Communities
Powered by
whats the appropriate way to convert a `Map<Str...
# serialization
w
william
01/18/2021, 7:11 PM
whats the appropriate way to convert a
Map<String, String>
into an object that is marked
@Serializable
?
c
crummy
01/18/2021, 7:13 PM
serialize to JSON then deserialize to your object maybe?
4
Views
Open in Slack
Previous
Next