You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2019/05/29 17:35:28 UTC

[GitHub] [incubator-gobblin] jack-moseley commented on a change in pull request #2651: [GOBBLIN-786]Separate SerDe library in DagStateStore out for GaaS-wide sharing

jack-moseley commented on a change in pull request #2651: [GOBBLIN-786]Separate SerDe library in DagStateStore out for GaaS-wide sharing
URL: https://github.com/apache/incubator-gobblin/pull/2651#discussion_r288685982
 
 

 ##########
 File path: gobblin-service/src/main/java/org/apache/gobblin/service/modules/spec/GsonSerDe.java
 ##########
 @@ -0,0 +1,42 @@
+package org.apache.gobblin.service.modules.spec;
+
+import com.google.gson.Gson;
+import com.google.gson.GsonBuilder;
+import com.google.gson.JsonDeserializer;
+import com.google.gson.JsonSerializer;
+import com.google.gson.reflect.TypeToken;
+import java.lang.reflect.Type;
 
 Review comment:
   Fix import order

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services