Class SerializationTest
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.structure.SerializationTest
-
public class SerializationTest extends Object
Serialization tests that occur at a lower level than IO. Note that there is no need to test GraphML here as it is not a format that can be used for generalized serialization (i.e. it only serializes an entire graph).- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SerializationTest.GraphSONV1Test
static class
SerializationTest.GraphSONV2Test
static class
SerializationTest.GraphSONV3Test
static class
SerializationTest.GryoV1Test
static class
SerializationTest.GryoV3Test
-
Constructor Summary
Constructors Constructor Description SerializationTest()
-