Class MsgAdapter
-
- All Implemented Interfaces:
-
cn.evolvefield.onebot.sdk.util.JsonDeserializerKt,com.google.gson.JsonDeserializer
public final class MsgAdapter implements JsonDeserializerKt<GetMsgResp>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMsgAdapter.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static MsgAdapter.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description MsgAdapter()
-
Method Summary
Modifier and Type Method Description GetMsgRespdeserializeFromJson(JsonElement json, Type type, JsonDeserializationContext ctx)-
-
Method Detail
-
deserializeFromJson
GetMsgResp deserializeFromJson(JsonElement json, Type type, JsonDeserializationContext ctx)
-
-
-
-