Best Practise of Kotlin serializable in kotlin
Hey I am new is serializable in kotlin. I am reading through
documentation. I get the basic idea from this. I want to learn best object oriented practise how to make write good code. I have this data coming from server.
{
"TopicOne": [
{
"id": 1,
"seconds": 5.856,
"date": "21/10/2010"
},
.... // more data...