FileDocCategorySizeDatePackage
ObjectCopier.javaAPI DocJava SE 5 API786Fri Aug 26 14:54:36 BST 2005com.sun.corba.se.spi.copyobject

ObjectCopier

public interface ObjectCopier
Provides an interface for a variety of means to copy an arbitrary object. Any implementation of this interface must return an exact copy of obj, preserving all aliasing across all objects reachable from obj. ReflectiveCopyException must be thrown if the implementation cannot copy obj for some reason. Note that a trivial implementation of this interface is possible (always return obj), but this is often not the desired implementation.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Objectcopy(java.lang.Object obj)