All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xmlpull.v1.builder.XmlSerializable Maven / Gradle / Ivy

The newest version!
package org.xmlpull.v1.builder;


import java.io.IOException;
import org.xmlpull.v1.XmlSerializer;

/**
 * This interface is used during serialization by XmlInfosetBuilder
 * for children that are not in XML infoset.
 *
 * @version $Revision: 1.4 $
 * @author Aleksander Slominski
 */
public interface XmlSerializable
{
    public void serialize(XmlSerializer ser) throws IOException;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy