com.sun.xml.bind.serializer
Interface XMLSerializable

All Known Subinterfaces:
ValidatableObject

Deprecated. in JAXB1.0.1

public interface XMLSerializable

For a generated class to be serializable, it has to implement this interface.

Since:
JAXB1.0

Method Summary
 void serializeAttributeBodies(XMLSerializer target)
          Deprecated. Serializes texts as values of attributes into the specified target.
 void serializeAttributes(XMLSerializer target)
          Deprecated. Serializes attributes into the specified target.
 void serializeElements(XMLSerializer target)
          Deprecated. Serializes child elements and texts into the specified target.
 

Method Detail

serializeElements

void serializeElements(XMLSerializer target)
                       throws org.xml.sax.SAXException
Deprecated. 
Serializes child elements and texts into the specified target.

Throws:
org.xml.sax.SAXException

serializeAttributes

void serializeAttributes(XMLSerializer target)
                         throws org.xml.sax.SAXException
Deprecated. 
Serializes attributes into the specified target.

Throws:
org.xml.sax.SAXException

serializeAttributeBodies

void serializeAttributeBodies(XMLSerializer target)
                              throws org.xml.sax.SAXException
Deprecated. 
Serializes texts as values of attributes into the specified target.

Throws:
org.xml.sax.SAXException