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

com.github.restup.test.serializer.ResultSerializer Maven / Gradle / Ivy

package com.github.restup.test.serializer;

public interface ResultSerializer {

    String convertToString(Object o);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy