Can you convert a `data` class straight to a `Map&...
# announcements
j
Can you convert a
data
class straight to a
Map<String, Object>
or do you have to write a concrete implementation for this on each class?