v79
07/20/2019, 10:16 AMMDCacheItem
which is @Serializable
(and I do, I've got that working fine and have written custom serializers), what do I need to do to serialize a Set<MDCacheItem>
? val jsonData = json.stringify(MDCacheItem.serializer(), setToCache)
is not allowed.serebit
07/20/2019, 3:59 PMMDCacheItem.serializer().set
is what you wantv79
07/20/2019, 5:17 PM