Class ApiGsonEngine
- java.lang.Object
-
- ro.pippo.gson.GsonEngine
-
- li.pitschmann.knx.core.plugin.api.gson.ApiGsonEngine
-
- All Implemented Interfaces:
ro.pippo.core.ContentTypeEngine
public final class ApiGsonEngine extends ro.pippo.gson.GsonEngineA customizedGsonEnginewith that adds needs for web server
-
-
Field Summary
Fields Modifier and Type Field Description static ApiGsonEngineINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TfromString(String content, Class<T> classOfT)StringtoString(Object object)
-
-
-
Field Detail
-
INSTANCE
public static final ApiGsonEngine INSTANCE
-
-