类 BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.EdgeStorageStrategyEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.EdgeStorageStrategyEnum>
-
- com.alibaba.graphscope.interactive.openapi.model.BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.EdgeStorageStrategyEnum.Adapter
-
public static class BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.EdgeStorageStrategyEnum.Adapter extends com.google.gson.TypeAdapter<BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.EdgeStorageStrategyEnum>
-
-
构造器概要
构造器 构造器 说明 Adapter()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.EdgeStorageStrategyEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.EdgeStorageStrategyEnum enumeration)
-
-
-
方法详细资料
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.EdgeStorageStrategyEnum enumeration) throws IOException- 指定者:
write在类中com.google.gson.TypeAdapter<BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.EdgeStorageStrategyEnum>- 抛出:
IOException
-
read
public BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.EdgeStorageStrategyEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- 指定者:
read在类中com.google.gson.TypeAdapter<BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.EdgeStorageStrategyEnum>- 抛出:
IOException
-
-