public interface ObjectCopier extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ObjectCopier.Default |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<T> T |
copy(T source) |
static ObjectCopier |
New() |
static ObjectCopier |
New(SerializerFoundation<?> foundation) |
<T> T copy(T source)
void close()
close in interface AutoCloseableclose in interface Closeablestatic ObjectCopier New()
static ObjectCopier New(SerializerFoundation<?> foundation)
Copyright © 2022 MicroStream Software. All rights reserved.