nizhikov commented on code in PR #12629:
URL: https://github.com/apache/ignite/pull/12629#discussion_r2689518321
##########
modules/binary/api/src/main/java/org/apache/ignite/internal/binary/BinariesFactory.java:
##########
@@ -99,4 +101,37 @@ public BinaryReaderEx reader(BinaryContext ctx,
* @return Accessor.
*/
public BinaryFieldDescriptor create(Field field, int id);
+
+ /**
+ * Creates binary enum.
+ *
+ * @param typeId Type ID.
+ * @param clsName Class name.
+ * @param ord Ordinal.
+ * @param ctx Context.
+ */
+ public BinaryObjectEx binaryEnum(BinaryContext ctx, int typeId, @Nullable
String clsName, int ord);
Review Comment:
Done.
--
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]