Class JavaStreamObjectCopierImpl

  • All Implemented Interfaces:
    ObjectCopier

    public class JavaStreamObjectCopierImpl
    extends java.lang.Object
    implements ObjectCopier
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object copy​(java.lang.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 java.lang.Object copy​(java.lang.Object obj)
        Description copied from interface: ObjectCopier
        copy the object. Equivalent to copy( obj, false ).
        Specified by:
        copy in interface ObjectCopier