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

net.contextfw.web.application.serialize.AttributeSerializer Maven / Gradle / Ivy

package net.contextfw.web.application.serialize;

/**
 * Defines a method to serialize object to DOM-attribute
 */
public interface AttributeSerializer {
    String serialize(S source);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy