Nikolay, I think that one of the solutions could be to create the corresponding classes:
class MyObjInteger {
private Integer id;
private Integer value;
}
class MyObjString {
private Integer id;
private String value;
}
Maybe there is another solution?
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
