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

com.itelg.spring.xom.marshaller.writer.Writer Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.itelg.spring.xom.marshaller.writer;

import nu.xom.Element;

public interface Writer
{
    Element write(Object object);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy