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
IOException
ClassNotFoundException
void write(ObjectOutputStream oos) throws IOException
IOException
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.