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