This should really be added. Most people would need to be able to do something like this: ```js @Property() @serialize((value) => convert to string my way); @deserialize((value) => convert from string to something); public set: Set<string>; ```