<How to Serialized my class objects using kotlin?>...
# stackoverflow
u
How to Serialized my class objects using kotlin? 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. Here is my code. Please guide me how to Serialize and deserialize my objects . Thanks in advance import java.io.Serializable class SendingFragment: Fragment(),Serializable { companion object { /** * new instance pattern for fragment */ @JvmStatic fun...