/jaxb-albums-list

Using JAXB to serialize and deserialize objects and lists of objects

Primary LanguageJava

JAX-B Albums List

I'm using JAX-B to (un)marshall a Discography object, that contains a list of Albums which contain fields and a list of Tracks.

The file discography.xml is created and then read to unmarshall it.