ostore.util
Class QSClone
java.lang.Object
|
+--ostore.util.QSClone
- public class QSClone
- extends Object
Nested Class Summary |
static class |
QSClone.QSCloneBuffer
This class is private for a reason; using it outside of QSClone will
result in your being sacked |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QSClone
public QSClone()
qs_clone
public static QuickSerializable qs_clone(QuickSerializable value)
- Clones a quick serializable object using the serialize function,
rather than the Java clone function. For use in testing
serialization code, and for cloning QS objects that don't implement
the clone function (as done, for example, in the Router stage).