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

io.github.lc.oss.commons.api.services.JsonService Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package io.github.lc.oss.commons.api.services;

import io.github.lc.oss.commons.serialization.Jsonable;

public interface JsonService {
     T from(String json, Class clazz);

    String to(Jsonable object);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy