com.itelg.spring.xom.marshaller.writer.Writer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-xom-marshaller Show documentation
Show all versions of spring-xom-marshaller Show documentation
Spring XML Marshalling with XOM
package com.itelg.spring.xom.marshaller.writer;
import nu.xom.Element;
public interface Writer
{
Element write(Object object);
}