<?xml version="1.0" encoding="UTF-8"?> 
<java version="1.5.0_06" class="java.beans.XMLDecoder"> 
 <object class="com.antwerkz.articles.serialization.Person"> 
  <void property="firstName"> 
   <string>Test</string> 
  </void> 
  <void property="items"> 
   <void method="add"> 
    <object class="com.antwerkz.articles.serialization.Item"> 
     <void property="desc"> 
      <string>I&apos;m Item 1!</string> 
     </void> 
     <void property="name"> 
      <string>item1</string> 
     </void> 
     <void property="price"> 
      <double>1.0</double> 
     </void> 
    </object> 
   </void> 
   <void method="add"> 
    <object class="com.antwerkz.articles.serialization.Item"> 
     <void property="desc"> 
      <string>I&apos;m Item 2!</string> 
     </void> 
     <void property="name"> 
      <string>item1</string> 
     </void> 
     <void property="price"> 
      <double>2.0</double> 
     </void> 
    </object> 
   </void> 
   <void method="add"> 
    <object class="com.antwerkz.articles.serialization.Item"> 
     <void property="desc"> 
      <string>I&apos;m Item 3!</string> 
     </void> 
     <void property="name"> 
      <string>item1</string> 
     </void> 
     <void property="price"> 
      <double>3.0</double> 
     </void> 
    </object> 
   </void> 
   <void method="add"> 
    <object class="com.antwerkz.articles.serialization.Item"> 
     <void property="desc"> 
      <string>I&apos;m Item 4!</string> 
     </void> 
     <void property="name"> 
      <string>item1</string> 
     </void> 
     <void property="price"> 
      <double>4.0</double> 
     </void> 
    </object> 
   </void> 
   <void method="add"> 
    <object class="com.antwerkz.articles.serialization.Item"> 
     <void property="desc"> 
      <string>I&apos;m Item 5!</string> 
     </void> 
     <void property="name"> 
      <string>item1</string> 
     </void> 
     <void property="price"> 
      <double>5.0</double> 
     </void> 
    </object> 
   </void> 
  </void> 
  <void property="lastName"> 
   <string>Person</string> 
  </void> 
 </object> 
</java> 
