public interface ObjectInputOutputStreamFactory
| Modifier and Type | Method and Description |
|---|---|
void |
annotateClass(ObjectOutputStream out,
Class<?> cl) |
ObjectInputStream |
createObjectInputStream(InputStream in) |
ObjectOutputStream |
createObjectOutputStream(OutputStream out) |
Class<?> |
resolveClass(ObjectInputStream in,
ObjectStreamClass desc) |
ObjectInputStream createObjectInputStream(InputStream in) throws IOException
IOExceptionObjectOutputStream createObjectOutputStream(OutputStream out) throws IOException
IOExceptionClass<?> resolveClass(ObjectInputStream in, ObjectStreamClass desc) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionvoid annotateClass(ObjectOutputStream out, Class<?> cl) throws IOException
IOExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.