org.codehaus.jettison
Class AbstractDOMDocumentSerializer
java.lang.Object
org.codehaus.jettison.AbstractDOMDocumentSerializer
- Direct Known Subclasses:
- BadgerFishDOMDocumentSerializer, MappedDOMDocumentSerializer
public class AbstractDOMDocumentSerializer
- extends Object
An abstract JSON DOM serializer
- Since:
- 21-Mar-2008
- Author:
- Thomas.Diesler@jboss.com, Dejan Bosanac
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDOMDocumentSerializer
public AbstractDOMDocumentSerializer(OutputStream output,
AbstractXMLOutputFactory writerFactory)
serialize
public void serialize(Element el)
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.