I have used android.graphics.paint in Myclass and now i want to serialize Myclass to file,
but I'm getting android.graphics.Paint is not Serializable Exception
this is because android.graphics.paint
does not implements serializable interface
is there any way that i can serialize Myclass to file?