First page Back Continue Last page Graphic
Marshalling Framework
- Handles the conversion of Java objects to and from XML
- Uses descriptors to obtain information about a class and it's fields
- It is designed to work with any "bean-like" class (get/set methods)
- Uses reflection to create descriptors on the fly
- Can use mapping file to override defaults