Package app.kntrl.client.openapi.model
Class ClientErrCode.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<ClientErrCode>
-
- app.kntrl.client.openapi.model.ClientErrCode.Adapter
-
- Enclosing class:
- ClientErrCode
public static class ClientErrCode.Adapter extends com.google.gson.TypeAdapter<ClientErrCode>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientErrCoderead(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, ClientErrCode enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, ClientErrCode enumeration) throws java.io.IOException- Specified by:
writein classcom.google.gson.TypeAdapter<ClientErrCode>- Throws:
java.io.IOException
-
read
public ClientErrCode read(com.google.gson.stream.JsonReader jsonReader) throws java.io.IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<ClientErrCode>- Throws:
java.io.IOException
-
-