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

com.acrolinx.client.sdk.internal.JsonDeserializer Maven / Gradle / Ivy

There is a newer version: 1.0.22
Show newest version
/**
 * Copyright (c) 2019-present Acrolinx GmbH
 */

package com.acrolinx.client.sdk.internal;

public interface JsonDeserializer
{
    T deserialize(String jsonString);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy