org.glassfish.pfl.dynamic.copyobject.impl
Class JavaStreamObjectCopierImpl

java.lang.Object
  extended by org.glassfish.pfl.dynamic.copyobject.impl.JavaStreamObjectCopierImpl
All Implemented Interfaces:
ObjectCopier

public class JavaStreamObjectCopierImpl
extends Object
implements ObjectCopier


Constructor Summary
JavaStreamObjectCopierImpl()
           
 
Method Summary
 Object copy(Object obj)
          copy the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaStreamObjectCopierImpl

public JavaStreamObjectCopierImpl()
Method Detail

copy

public Object copy(Object obj)
Description copied from interface: ObjectCopier
copy the object. Equivalent to copy( obj, false ).

Specified by:
copy in interface ObjectCopier


Copyright © 2013 Oracle. All Rights Reserved.