org.springframework.batch.item.xml
Interface EventWriterSerializer
- All Known Implementing Classes:
- MarshallingEventWriterSerializer
public interface EventWriterSerializer
Interface wrapping the serialization of an object
to xml. Primarily useful for abstracting how an object
is serialized to an XMLEvent from a specific marshaller.
- Author:
- Lucas Ward
serializeObject
void serializeObject(javax.xml.stream.XMLEventWriter writer,
Object output)
- Serialize an Object.
- Parameters:
output
-
Copyright © 2009 SpringSource. All Rights Reserved.