Class GraphMLMapper
java.lang.Object
org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLMapper
This is an "empty" implementation only present for compatibility with
Io. 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 -
Method Summary
Modifier and TypeMethodDescriptionstatic GraphMLMapper.Builderbuild()Create a new instance of the internal object mapper that an implementation represents.
-
Method Details
-
createMapper
Description copied from interface:MapperCreate a new instance of the internal object mapper that an implementation represents.- Specified by:
createMapperin interfaceMapper<Object>
-
build
-