public static interface ObjectMarshallingStrategy.Context
| Modifier and Type | Method and Description |
|---|---|
void |
read(ObjectInputStream ois)
Loads the context from the given object input stream
|
void |
write(ObjectOutputStream oos)
Writes the context to the given object output stream
|
void read(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionvoid write(ObjectOutputStream oos) throws IOException
IOExceptionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.