|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SerializableTypeOracle
Interface implemented by any class that wants to answer questions about
serializable types for a given
RemoteService.
| Method Summary | |
|---|---|
JType[] |
getSerializableTypes()
Returns the list of all types that are considered serializable. |
boolean |
isSerializable(JType type)
Returns true if the type is serializable. |
boolean |
maybeInstantiated(JType type)
Returns true if the type might be instantiated as part of
deserialization or serialization. |
| Method Detail |
|---|
JType[] getSerializableTypes()
boolean isSerializable(JType type)
type - the type that maybe serializable
boolean maybeInstantiated(JType type)
true if the type might be instantiated as part of
deserialization or serialization.
type - the type to test
true if the type might be instantiated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||