Class ObjectCopier.Default
- java.lang.Object
-
- one.microstream.persistence.binary.util.ObjectCopier.Default
-
- All Implemented Interfaces:
Closeable,AutoCloseable,ObjectCopier
- Enclosing interface:
- ObjectCopier
public static class ObjectCopier.Default extends Object implements ObjectCopier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.persistence.binary.util.ObjectCopier
ObjectCopier.Default
-
-
-
-
Method Detail
-
copy
public <T> T copy(T source)
- Specified by:
copyin interfaceObjectCopier
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceObjectCopier
-
-