Thank you for your response.
The Objects contained in the List<Object> are all Serializable. So i
will try to use List<Serializable> ... and the compiler will take time
to find all Serializable objects !!!
This List<Object> can only contain Object defined in an external jar
file (aproximatively 150 differents objects !!!!) but as i explain
later, i can not modify those serializable objects...
I can not mark my Object with a DTO interface because those objects
are part of an external jar file. Perhaps can i try to implement your
solution by generating a proxy on top of my objects... (i will try)..
Regards,
Fred