Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upsupport for type information using typescript decorators ? #91
Comments
|
Thanks. This seems an interesting idea, but decorators are not standardized yet, so I won't implement them for the time being. |
Hi, Thank for your work on this library.
I have one question:
Do you have some plans to add features to serialize/deserialize using specific types? like the type reflection in C# using the typescript decorators and
reflect-metadataapi.https://www.typescriptlang.org/docs/handbook/decorators.html.
The goal is to be able to encode/decode some class in a custom way like with
IMessagePackFormatter<T>in https://github.com/neuecc/MessagePack-CSharp.