📅  最后修改于: 2022-03-11 15:02:03.055000             🧑  作者: Mango
class Example2
{
[JsonProperty (ItemConverterType = typeof(StringEnumConverter))]
public IList Sizes { get; set; }
}