Class OldReflectObjectCopierImpl

java.lang.Object
com.sun.corba.ee.impl.copyobject.OldReflectObjectCopierImpl
All Implemented Interfaces:
org.glassfish.pfl.dynamic.copyobject.spi.ObjectCopier

public class OldReflectObjectCopierImpl extends Object implements org.glassfish.pfl.dynamic.copyobject.spi.ObjectCopier
Provides the functionality of copying objects using reflection. NOTE: Currently the implementation does not implement this copying functionality for objects which have fields whose types are based on inner classes. If for any reason copying cannot be done using reflection it uses the original ORB serialization to implement the copying