what kinda of limitations is there on what can be ...
# intellij-plugins
c
what kinda of limitations is there on what can be Serialized with the State attribute? am getting a
XmlSerializationException
when ever my application tries to save its settings. They type i am trying to use is not all that complex either, its just a data class contains a
MutableMap<String, MyOtherDataClass>
or nvm, managed to get it sorted one of my types did not have default values for its constructor.