Class EdgeKryoSerializer
- java.lang.Object
-
- com.esotericsoftware.kryo.Serializer<Edge>
-
- uk.gov.gchq.gaffer.spark.serialisation.kryo.impl.EdgeKryoSerializer
-
public class EdgeKryoSerializer extends com.esotericsoftware.kryo.Serializer<Edge>
-
-
Constructor Summary
Constructors Constructor Description EdgeKryoSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Edge
read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<Edge> type)
void
write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, Edge edge)
-