[ 
https://issues.apache.org/jira/browse/TINKERPOP-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15355300#comment-15355300
 ] 

ASF GitHub Bot commented on TINKERPOP-1274:
-------------------------------------------

Github user spmallette commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/351#discussion_r68951691
  
    --- Diff: 
gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/ser/GraphSONMessageSerializerV2d0Test.java
 ---
    @@ -0,0 +1,474 @@
    +/*
    + * Licensed to the Apache Software Foundation (ASF) under one
    + * or more contributor license agreements.  See the NOTICE file
    + * distributed with this work for additional information
    + * regarding copyright ownership.  The ASF licenses this file
    + * to you under the Apache License, Version 2.0 (the
    + * "License"); you may not use this file except in compliance
    + * with the License.  You may obtain a copy of the License at
    + *
    + * http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing,
    + * software distributed under the License is distributed on an
    + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    + * KIND, either express or implied.  See the License for the
    + * specific language governing permissions and limitations
    + * under the License.
    + */
    +package org.apache.tinkerpop.gremlin.driver.ser;
    +
    +import org.apache.tinkerpop.gremlin.driver.message.RequestMessage;
    +import org.apache.tinkerpop.gremlin.driver.message.ResponseMessage;
    +import org.apache.tinkerpop.gremlin.driver.message.ResponseStatusCode;
    +import 
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource;
    +import org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree;
    +import org.apache.tinkerpop.gremlin.structure.*;
    +import org.apache.tinkerpop.gremlin.structure.io.AbstractIoRegistry;
    +import org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo;
    +import org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens;
    +import org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory;
    +import org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph;
    +import org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils;
    +import org.apache.tinkerpop.shaded.jackson.core.JsonGenerationException;
    +import org.apache.tinkerpop.shaded.jackson.core.JsonGenerator;
    +import org.apache.tinkerpop.shaded.jackson.databind.JsonNode;
    +import org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper;
    +import org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider;
    +import org.apache.tinkerpop.shaded.jackson.databind.module.SimpleModule;
    +import org.apache.tinkerpop.shaded.jackson.databind.node.NullNode;
    +import org.apache.tinkerpop.shaded.jackson.databind.ser.std.StdSerializer;
    +import org.apache.tinkerpop.shaded.jackson.databind.util.StdDateFormat;
    +import org.junit.Test;
    +
    +import java.awt.*;
    +import java.io.IOException;
    +import java.util.*;
    +
    +import static org.hamcrest.MatcherAssert.assertThat;
    +import static org.hamcrest.core.Is.is;
    +import static org.junit.Assert.*;
    +
    +/**
    + * These tests focus on message serialization and not "result" 
serialization as test specific to results (e.g.
    + * vertices, edges, annotated values, etc.) are handled in the IO packages.
    + *
    + * @author Stephen Mallette (http://stephen.genoprime.com)
    + */
    +public class GraphSONMessageSerializerV2d0Test {
    --- End diff --
    
    ok - fair enough. if they aren't the same then no worries - we just have 
more tests to maintain. thanks


> GraphSON Version 2.0
> --------------------
>
>                 Key: TINKERPOP-1274
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1274
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 3.1.2-incubating
>            Reporter: stephen mallette
>            Priority: Minor
>             Fix For: 3.2.1
>
>
> Develop a revised version of GraphSON that provides better support for 
> non-JVM languages that consume it. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to