SrSouza
07/25/2020, 9:05 PMval messages: List<@Serializable(with = ChangeColor::class) String>
and I'm trying a lot here and I could not find a way.
I want to be able to do something like this: val messages: List<@ChangeColor String>
sandwwraith
07/27/2020, 3:24 PM@SerialInfo
annotations should be targeted on properties, not types