We might have define custom attribute serializer for same class.
I have the attribute via Java Client.
For the serializer , I have taken inputs from Janusgraph documentation plus your github repo.
java.lang.IllegalArgumentException: Encountered missing datatype registration for number: 68
	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:145) ~[guava-18.0.jar:na]
	at org.janusgraph.graphdb.database.serialize.StandardSerializer.getDataType(StandardSerializer.java:192) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.database.serialize.StandardSerializer.access$600(StandardSerializer.java:56) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.database.serialize.StandardSerializer$ClassSerializer.getClass(StandardSerializer.java:432) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.database.serialize.StandardSerializer$ClassSerializer.read(StandardSerializer.java:426) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.database.serialize.StandardSerializer$ClassSerializer.read(StandardSerializer.java:410) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.database.serialize.StandardSerializer.readObjectNotNullInternal(StandardSerializer.java:264) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.database.serialize.StandardSerializer.readClassAndObject(StandardSerializer.java:273) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.database.EdgeSerializer.readPropertyValue(EdgeSerializer.java:198) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.database.EdgeSerializer.readPropertyValue(EdgeSerializer.java:193) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.database.EdgeSerializer.parseRelation(EdgeSerializer.java:136) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.database.EdgeSerializer.readRelation(EdgeSerializer.java:73) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.transaction.RelationConstructor.readRelation(RelationConstructor.java:75) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.transaction.RelationConstructor$1$1.next(RelationConstructor.java:60) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.transaction.RelationConstructor$1$1.next(RelationConstructor.java:48) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.types.vertices.JanusGraphSchemaVertex.getDefinition(JanusGraphSchemaVertex.java:87) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.types.vertices.RelationTypeVertex.multiplicity(RelationTypeVertex.java:65) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.types.vertices.PropertyKeyVertex.cardinality(PropertyKeyVertex.java:36) ~[janusgraph-core-0.2.0.jar:na]
	at org.janusgraph.graphdb.tinkerpop.JanusGraphFeatures$JanusGraphVertexFeatures.getCardinality(JanusGraphFeatures.java:160) ~[janusgraph-core-0.2.0.jar:na]
	at org.apache.tinkerpop.gremlin.structure.util.Attachable$Method.lambda$createVertex$12(Attachable.java:296) ~[gremlin-core-3.3.1.jar:3.3.1]
	at java.util.Iterator.forEachRemaining(Unknown Source) ~[na:1.8.0_73]
	at org.apache.tinkerpop.gremlin.structure.util.Attachable$Method.createVertex(Attachable.java:293) ~[gremlin-core-3.3.1.jar:3.3.1]
	at org.apache.tinkerpop.gremlin.structure.util.Attachable$Method.lambda$create$10(Attachable.java:149) ~[gremlin-core-3.3.1.jar:3.3.1]
	at org.apache.tinkerpop.gremlin.structure.util.Attachable.attach(Attachable.java:63) ~[gremlin-core-3.3.1.jar:3.3.1]
	at org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.lambda$readGraph$1(GraphSONReader.java:107) ~[gremlin-core-3.3.1.jar:3.3.1]
	at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:1.8.0_73]
	at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:1.8.0_73]
	at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:1.8.0_73]
	at java.util.ArrayList$Itr.forEachRemaining(Unknown Source) ~[na:1.8.0_73]
	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Unknown Source) ~[na:1.8.0_73]
	at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:1.8.0_73]
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:1.8.0_73]
	at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:1.8.0_73]
	at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:1.8.0_73]
	at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:1.8.0_73]
	at java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:1.8.0_73]
	at org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.readGraph(GraphSONReader.java:105) ~[gremlin-core-3.3.1.jar:3.3.1]