
Please guide me how to Serialize and deserialize my objects. Serialization is the technique of transforming an applications data into a format that can be sent.

I have fragment and i need to pass my values Constructor to OncretaeView() methods so i receive my values in constructor and tr to convert my objects to serialized one but it does not convert. What are Serialization and Deserialization in Kotlin.
