T
- typepublic interface ReadWriteCopyStrategy<T>
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
T |
copyForRead(T storedValue)
Reconstruct an object from its storage-ready copy.
|
T |
copyForWrite(T value)
Deep copies some object and returns an internal storage-ready copy
|