On 2010-11-29 19.14, Paul Merlin wrote:
Given qi4j enabled Objects serialization is working, having concerns on the
readObject methods could do it ... despite the fact that the readObject method
is private.
WDYT?

Serialization is, relatively speaking, easy. It's deserialization that is the problem, since it needs access to "the environment", i.e. the Module which it should use for deserialization. Only way to get to it is by having your own custom ObjectInputStream AFAIK.

/Rickard

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to