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