Join Slack
Powered by
I have a data class that I’ve printed to logs usin...
# getting-started
p
pavel
06/27/2019, 2:23 PM
I have a data class that I’ve printed to logs using default
toString
. Now I am doing some log manipulation and need to go from that String representation to the data class itself. Is there a simple way to do that?
pavel
06/27/2019, 2:24 PM
I am switching to json representation for the future, but I have some old logs I need to handle
5
Views
Open in Slack
Previous
Next