Hi, I'd like to use Guice to inject dependencies (e.g. Services) into classes that got serialized at runtime (by framework != WICKET). I wouldn't want to make all my injected dependencies implementing Serializable interface. I tried static injection - that worked but I do not find it the correct way. I tried using build in provider but that isn't serializable.
Does anyone can have a solution that would help me. Many thanks! M.C. -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
