2

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?

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Abin Manathoor Devasia
  • 1,945
  • 2
  • 21
  • 47

1 Answers1

1

I think that is better achieved with JAXB.

jiggy
  • 3,828
  • 1
  • 25
  • 40