![JAR search and dependency download from the Maven repository](/logo.png)
net.lecousin.framework.serialization.SerializationSpecWriter Maven / Gradle / Ivy
The newest version!
package net.lecousin.framework.serialization;
import java.util.List;
import net.lecousin.framework.concurrent.async.IAsync;
import net.lecousin.framework.io.IO;
import net.lecousin.framework.serialization.rules.SerializationRule;
/** Write the specification for (de)serialization. */
public interface SerializationSpecWriter {
/** Write the specification for the given type. */
IAsync writeSpecification(Class> type, IO.Writable output, List rules);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy