Description
Allow for something like:
gremlin> m = GraphSONMapper.build().create() ==>org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper@69d6a7cd gremlin> :bc config m ==>Configured bytecode serializer
With this fine grained control of that mapper users can add custom serializers and we will better support graph providers who might have custom classes.