com.acrolinx.client.sdk.internal.JsonDeserializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
A library to interact with the Acrolinx Platform.
/**
* Copyright (c) 2019-present Acrolinx GmbH
*/
package com.acrolinx.client.sdk.internal;
public interface JsonDeserializer
{
T deserialize(String jsonString);
}