How can I support object like that with ObjectBox
lib:
@Entity
public class A implements Serializable {
private Map<String, Integer> aMap;
}
I'm not sure if should I use objectBox
converter?
I found some threads which mention that ObjectBox
have an open issues with Lists.