Serialization....versions problem

I have this problem,
is it possible switch off controlling of the type serialVersionUID.
I have two files where is object serialized with different UID, but the object has always the same structure!!!
I know that is possible add field like that…

public static final long serialVersionUID = <>

but I want read both files with different UID…

Please Help…