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 SummaryNested Classes Modifier and Type Class Description static classSerializationTest.GraphSONV1Teststatic classSerializationTest.GraphSONV2Teststatic classSerializationTest.GraphSONV3Teststatic classSerializationTest.GryoV1Teststatic classSerializationTest.GryoV3Test
 - 
Constructor SummaryConstructors Constructor Description SerializationTest()
 
-