org.apache.xmlrpc.jaxb
public class JaxbSerializer extends ExtSerializer
Field Summary | |
---|---|
static String | JAXB_TAG The tag name for serializing JAXB objects. |
Constructor Summary | |
---|---|
JaxbSerializer(JAXBContext pContext) Creates a new instance with the given context. |
Method Summary | |
---|---|
protected String | getTagName() |
protected void | serialize(ContentHandler pHandler, Object pObject) |
Parameters: pContext The context being used for creating marshallers.