Package ai.meson.sdk
Class MesonSerialization
-
- All Implemented Interfaces:
public class MesonSerialization<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description MesonSerialization()
-
Method Summary
Modifier and Type Method Description final JSONObject
toJSON()
final T
fromJSON(JSONObject jsonObject, Class<T> obj)
-
-
Method Detail
-
toJSON
final JSONObject toJSON()
-
fromJSON
final T fromJSON(JSONObject jsonObject, Class<T> obj)
-
-
-
-