public class KryoSerializer
extends org.prevayler.foundation.serialization.JavaSerializer
| Constructor and Description |
|---|
KryoSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
readObject(InputStream stream) |
void |
writeObject(OutputStream stream,
Object object) |
public Object readObject(InputStream stream) throws IOException, ClassNotFoundException
readObject in interface org.prevayler.foundation.serialization.SerializerreadObject in class org.prevayler.foundation.serialization.JavaSerializerIOExceptionClassNotFoundExceptionpublic void writeObject(OutputStream stream, Object object) throws IOException
writeObject in interface org.prevayler.foundation.serialization.SerializerwriteObject in class org.prevayler.foundation.serialization.JavaSerializerIOExceptionCopyright © 2015. All rights reserved.