0

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.

motis10
  • 2,484
  • 1
  • 22
  • 46

1 Answers1

0

Yes, you would need to use a custom type with a converter for this. Which threads do you refer to with List issues?

Markus Junginger
  • 6,950
  • 31
  • 52