Class GraphMLMapper
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLMapper
 
 
- 
public final class GraphMLMapper extends Object implements Mapper<Object>
This is an "empty" implementation only present for compatibility withIo. GraphML is a "whole graph" serialization format and does not have the notion of generic serialization functions.- Author:
 - Stephen Mallette (http://stephen.genoprime.com)
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphMLMapper.Builder 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphMLMapper.Builderbuild()ObjectcreateMapper()Create a new instance of the internal object mapper that an implementation represents. 
 - 
 
- 
- 
Method Detail
- 
createMapper
public Object createMapper()
Description copied from interface:MapperCreate a new instance of the internal object mapper that an implementation represents.- Specified by:
 createMapperin interfaceMapper<Object>
 
- 
build
public static GraphMLMapper.Builder build()
 
 - 
 
 -