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 class
ObjectCopier.Default
-
Method Summary
Modifier and Type Method Description void
close()
<T> T
copy(T source)
static ObjectCopier
New()
static ObjectCopier
New(SerializerFoundation<?> foundation)