Closed wooly closed 1 year ago
Hey! I build a quick prototype, will try to complete this week
@DmitryTsepelev youโre a legend, let me know if I can help ๐
@wooly here it is https://github.com/DmitryTsepelev/store_model/pull/153 โ could you please try it before I merge it in? Please note that you will need to explicitly turn it on, cause I won't make a 3.0.0 after 2.0.1 ๐
@DmitryTsepelev thanks heaps, this is working well! Noted RE explicitly turning it on, that's fine.
It appears that enum attributes aren't properly being serialized using
as_json
.I've attached a failing test case for it - I'd expect the configuration as json to convert back from integer to stringified-symbol of the enum key.