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

xmlparser.utils.AccessSerializers Maven / Gradle / Ivy

The newest version!
package xmlparser.utils;

import xmlparser.parsing.ObjectSerializer;

public interface AccessSerializers {
    boolean hasSerializer(Class type);
    ObjectSerializer getSerializer(Class type);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy