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

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

There is a newer version: 1.0.5
Show newest version
package org.xmlpull.v1.builder;

/**
 * This interface is used during serialization by XmlPullBuilder
 * for children that are not in XML infoset.
 */

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

public interface XmlSerializable
{
    public void serialize(XmlSerializer ser) throws IOException;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy