Hi Karthik,
According to the
EJB spec page 72,
The last bulleted item covers cases such as storing Collections of component interfaces in the conversational state.
So, in plain english, the last bulleted point can be described as the following
An object that is not directly serializable, for example, a Collection becomes serializable if it contains the references to ..
1. an enterprise bean�s home and component interfaces
2. the SessionContext object,
3. the
java:comp/env JNDI context and its subcontexts
4. the UserTransaction interface
Hope this helps.
Regards
Suman
[ June 10, 2004: Message edited by: Suman Sarker ]