T
- typepublic interface ReadWriteCopyStrategy<T> extends 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
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.