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

xmlparser.utils.AccessDeserializers Maven / Gradle / Ivy

The newest version!
package xmlparser.utils;

import xmlparser.parsing.ObjectDeserializer;

public interface AccessDeserializers {
    ObjectDeserializer getDeserializer(Class type);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy