|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassSelector
This interface is is used by MarshaledObject
to select those classes,
whose bytecode is to be marshaled together with the object itself.
When serializing objects, there is no universal rule which classes would be present and which not while de-serializing, one has to provide his/her own function.
Users are required to provide their own implementation algorithms for this. created on Aug 2, 2005
CertificateBasedClassSelector
,
NamePrefixedClassSelector
Method Summary | |
---|---|
boolean |
isClassToBeMarshaled(java.lang.Class clazz)
decide if the class bytecode is to be marshaled |
Method Detail |
---|
boolean isClassToBeMarshaled(java.lang.Class clazz)
clazz
- is some class, used by marshaled object (or its subclasses)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |