I would like to deep clone a List. for that we are having a method
SerializationUtils.clone ( object ) // apache commons method. Object shld be serializable
so now to clone my List i should convert that to serializable first. Is it possible to convert a List into Serializable list?