Reputation: 1973
I have a Joo.java class and I want to serialize it into XML using the schema JooSchema.xsd.
Is it possible with Smooks API, how to do it?
Upvotes: 2
Views: 135
Reputation: 3826
I think that is better achieved with JAXB.
Upvotes: 1