sergey-chugunov-1985 commented on code in PR #12554:
URL: https://github.com/apache/ignite/pull/12554#discussion_r2642850316


##########
modules/codegen2/src/main/java/org/apache/ignite/internal/MessageSerializerGenerator.java:
##########
@@ -672,6 +787,21 @@ private String line(String format, Object... args) {
         return sb.toString();
     }
 
+    /** Write header of serializer class: license, imports, class declaration. 
*/

Review Comment:
   Fixed.



##########
modules/codegen2/src/main/java/org/apache/ignite/internal/MessageSerializerGenerator.java:
##########
@@ -530,6 +592,30 @@ else if (assignableFrom(erasedType(type), 
type(Collection.class.getName()))) {
                     "MessageCollectionItemType." + 
messageCollectionItemType(typeArgs.get(0)));
             }
 
+            else if (enumType(type)) {
+                //TODO check CustomMapper annotation

Review Comment:
   Removed.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to