Package com.alibaba.graphscope.utils
Class VertexDataUtils
- java.lang.Object
-
- com.alibaba.graphscope.utils.VertexDataUtils
-
public class VertexDataUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description VertexDataUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T[]
readComplexArray(StringTypedArray oldArray, Class<T> clz)
-
-
-
Method Detail
-
readComplexArray
public static <T> T[] readComplexArray(StringTypedArray oldArray, Class<T> clz) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-