Interface ObjectCopier
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
ObjectCopier.Default
public interface ObjectCopier extends Closeable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classObjectCopier.Default
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()<T> Tcopy(T source)static ObjectCopierNew()static ObjectCopierNew(SerializerFoundation<?> foundation)
-
-
-
Method Detail
-
copy
<T> T copy(T source)
-
close
void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
New
static ObjectCopier New()
-
New
static ObjectCopier New(SerializerFoundation<?> foundation)
-
-