Hi,
I build a most basic class and use this line
Marshaller.marshal(person, output);
to serialize but received the exception:
 
java.lang.NoClassDefFoundError: org/apache/xml/serialize/XMLSerializer
 
What was wrong? Thx!

Reply via email to