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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmarshal(T object, XMLStreamWriter xmlStreamWriter, ConversionContext context)
-
-
-
Method Detail
-
marshal
void marshal(T object, XMLStreamWriter xmlStreamWriter, ConversionContext context) throws XMLStreamException
- Throws:
XMLStreamException
-
-