Tôi muốn sao chép sâu một Danh sách. vì chúng tôi đang có một phương pháp
// apache commons method. This object should be serializable
SerializationUtils.clone ( object )
so now to clone my List i should convert that to serializable first. Is it possible to convert a List into Serializable list?