Category Archives: JAXB

JAXB 2.0 vs. Simple 1.4 for object serialization

I will examine JAXB and Simple according to the following criterias.
1. Ease of use.
2. Performance.
Read more »

JaxB – Unmarshalling namespace prefix

After 2 hours of searching for the answer I just couldn’t find a decent example how to unmarshall XML file with namespace prefix.
Looks like, there is no straightforward way to perform this task with JaxB!

Read more »