Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for type information using typescript decorators ? #91

Open
prunelsigma opened this issue Nov 12, 2019 · 1 comment
Open

support for type information using typescript decorators ? #91

prunelsigma opened this issue Nov 12, 2019 · 1 comment
Labels

Comments

@prunelsigma
Copy link

@prunelsigma prunelsigma commented Nov 12, 2019

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-metadata api.
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.

@gfx
Copy link
Member

@gfx gfx commented Nov 19, 2019

Thanks. This seems an interesting idea, but decorators are not standardized yet, so I won't implement them for the time being.

@gfx gfx added the Feature label Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.