¡@

Home 

java Programming Glossary: itemdto

Gson and deserializing an array of objects with arrays in it

http://stackoverflow.com/questions/3763937/gson-and-deserializing-an-array-of-objects-with-arrays-in-it

. where TypeDTO is like int id String name ArrayList ItemDTO items and ItemDTO is like int id String name Boolean valid When.. is like int id String name ArrayList ItemDTO items and ItemDTO is like int id String name Boolean valid When I call the code.. with Gson is an array of TypeDTO object with an array of ItemDTO object . But the Java data structure provided in the question..