I want to convert below .tostring to data class how to convert?
InstrumentResponse(AGM=false, AllOrNone=true, Bonus=true, Dividend=true, EGM=false, AuctionDetailInfo=AuctionDetailInfo(AuctionNumber=0, AuctionStatus=0, InitiatorType=0)
What I am trying to do to pass data class though bundle from one fragment to another but doing with bundle.putString how to convert this again to a data class ?
Is there a better way to achieve ? or how to convert dataClass.toString to Data class ?