Hi,
I try to use DynamicBeanIntroductor whith target object and interfaces Serializable.
But the Object created using DynamicBeanIntroductor is not Serializable because BeanIntroductorInterceptor, and field used in AbstractIntroductorInterceptor (Method class) are not Serializable.

Christian