|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.util.SerializableObjectCopier
public class SerializableObjectCopier
Utility class for copying serializable objects via object input and output streams.
Constructor Summary | |
---|---|
SerializableObjectCopier()
|
Method Summary | |
---|---|
static java.lang.Object |
copy(java.lang.Object orig)
Deep copies the input object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SerializableObjectCopier()
Method Detail |
---|
public static java.lang.Object copy(java.lang.Object orig) throws java.io.IOException, java.lang.ClassNotFoundException
orig
- is the object to be copied, must be serializable
java.io.IOException
- if the streams returned an exception
java.lang.ClassNotFoundException
- if the de-serialize fails
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |