stanfy / gson-xml

Java library for XML deserialization
Apache License 2.0
200 stars 41 forks source link

need advice #31

Open boomsya opened 7 years ago

boomsya commented 7 years ago

hi. very good lib! save my day or more :) so i have question:

have XML:

<root>
  <sub>
    <ssub>.....</ssub>
   </sub>
</root>

for deserialize i have made custom class in class (ssub in sub) but i don`t need SUB to deserialize (realy need result like root -> ssub) can i notice source to deserialize in that behaviour?