Hi all, I have some Objects which I need to Serialize (java.io.Serailizable) and these objects are normally instantiated and initialized by Tapestry's IoC mechanism, such that services are injected into the constructor, etc. The services themselves are not Serialzable (and would not make sense if they were declared so), so I'm wondering how I will get references to these services when the object is recreated via the Serialization mechanism. Will Tapestry IoC somehow perform initialization? I think not...?
Thanks, Levi -- View this message in context: http://n2.nabble.com/T5-1-Serialization-and-IoC-tp3482190p3482190.html Sent from the Tapestry Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org