First page Back Continue Last page Graphic
Marshalling API
Marshaller
- Converts objects to XML instances
- Can marshal to a Writer or DocumentHandler
Unmarshaller
- Convers XML instances to objects
- Can marshal from a Reader, or EventProducer
- Can return a DocumentHandler