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

SerializeAs not working #358

Open
seanmars opened this issue Oct 15, 2018 · 0 comments
Open

SerializeAs not working #358

seanmars opened this issue Oct 15, 2018 · 0 comments
Assignees
Labels

Comments

@seanmars
Copy link

seanmars commented Oct 15, 2018

[YamlMember(SerializeAs = typeof(int))]
public MyStruct Struct { get; set; }

enum MyStruct
{
  None = 0,
  First = 1
}

But the output still

Struct: None
@aaubry aaubry added the bug label Jun 10, 2019
@aaubry aaubry self-assigned this Jun 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants