|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SerializationContext
A context for serializing objects.
Method Summary | |
---|---|
void |
addObjectReplacer(SerializationObjectReplacer replacer)
Add an object replacer local to this context only. |
java.io.ObjectOutputStream |
createObjectOutputStream(java.io.OutputStream output)
Create a stream for serializing objects using this context. |
Method Detail |
---|
void addObjectReplacer(SerializationObjectReplacer replacer)
resolver
- the resolver to addjava.io.ObjectOutputStream createObjectOutputStream(java.io.OutputStream output) throws java.io.IOException
output
- the output stream to write serialized object data
java.io.IOException
- if the ObjectOutputStream
constructor throws
an exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |