You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/04/16 21:36:56 UTC

[GitHub] [ignite] NSAmelchev commented on a change in pull request #7648: IGNITE-12857 Put custom objects via REST

NSAmelchev commented on a change in pull request #7648: IGNITE-12857 Put custom objects via REST
URL: https://github.com/apache/ignite/pull/7648#discussion_r409862998
 
 

 ##########
 File path: modules/rest-http/src/main/java/org/apache/ignite/internal/processors/rest/protocols/http/jetty/GridJettyObjectMapper.java
 ##########
 @@ -264,4 +292,36 @@ private void writeException(Throwable e, JsonGenerator gen) throws IOException {
             }
         }
     };
+
+    /** Custom serializer for {@link java.sql.Timestamp}. */
+    private static final JsonSerializer<Timestamp> IGNITE_TIMESTAMP_SERIALIZER = new JsonSerializer<Timestamp>() {
+        /** {@inheritDoc} */
 
 Review comment:
   redundant javadoc

----------------------------------------------------------------
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