Interface StaxStreamMarshaller<T>
- Type Parameters:
T- the type of the object to be marshalled.
- All Known Implementing Classes:
AttachmentStaxStreamMarshaller,DelegatingEditorResourceIdentifierMarshaller,EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller,EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller,EditorLinkMarshallingStrategy,EditorPageResourceIdentifierMarshallerAndUnmarshaller,EditorShortcutResourceIdentifierMarshallerAndUnmarshaller,EditorSpaceResourceIdentifierMarshallerAndUnmarshaller,EditorUserResourceIdentifierMarshallerAndUnmarshaller,ViewAttachmentLinkMarshallingStrategy
public interface StaxStreamMarshaller<T>
Marshals the specified object to a StAX stream.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(T object, XMLStreamWriter xmlStreamWriter, ConversionContext context)
-
Method Details
-
marshal
void marshal(T object, XMLStreamWriter xmlStreamWriter, ConversionContext context) throws XMLStreamException - Throws:
XMLStreamException
-