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

ch.viascom.groundwork.foxhttp.parser.FoxHttpParser Maven / Gradle / Ivy

Go to download

The FoxHttp provides a fast and easy http client for java and android. It is part of the GroundWork Project by Viascom.

There is a newer version: 1.3.6
Show newest version
package ch.viascom.groundwork.foxhttp.parser;

import java.io.Serializable;

/**
 * @author [email protected]
 */
public interface FoxHttpParser {
    Serializable serializedToObject(String input, Class type) ;

    String objectToSerialized(Serializable o);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy