This is no longer the case. In org.apache.commons.lang3.SerializationUtils, the new method signature is
public static <T extends Serializable> T clone(T object)
so you can get the object back in the type you are looking for.
ref: apache docs