Hello, is there an easy way to store objects in xml and later, load the xml into an object again? I think the main problem here is that most xml serializers like XStream or simple xml inject the object graph on theirselves. I'am not really sure if something like a translator of object creations will really help, because i don't know enough about either guice and XML serializers. I don't know for example, how a xml deserialization process or guice should know, that a instance created as member of one object is the same instance as created for another member of another object previously.
Any help or suggestions, please? Thanks in advance. -- 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.
