Re: [Simple-support] Question regarding maps
Brought to you by:
niallg
|
From: Timo R. <cr...@ol...> - 2008-04-12 15:48:30
|
Hello, > Hello, > I have a question regarding the serialization of maps. Let's assume > we have the following two Classes: > .. I think I found a solution for that. I now use a persister callback (@Commit, @Persist and @Complete) to transform my map data into a normal ArrayList and back for the serialization process. That way, I can achieve the XML structure I wanted to. This XML framework is amazing, it is definitely in my top 5 of Java frameworks of all times :) Best regards, Timo |