|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectResolver
Resolver for substituting objects in a stream. The resolver is invoked on write before any serialization takes place.
Method Summary | |
---|---|
Object |
readResolve(Object replacement)
Get the original object for a replacement object read from a stream. |
Object |
writeReplace(Object original)
Get a replacement for an object being written to a stream. |
Method Detail |
---|
Object readResolve(Object replacement)
replacement
- the replacement object
Object writeReplace(Object original)
original
- the original object
|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |