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

[Question] Is there a way to make nested data block style and rest flow style using the serializer? #74

Open
KillzXGaming opened this issue Feb 6, 2020 · 0 comments

Comments

@KillzXGaming
Copy link

KillzXGaming commented Feb 6, 2020

Currently i want to make my output similar to PyYAML which makes nested types block and the rest default to flow style. I did attempt to create my yaml manually with YamlNodes however I found the serializer to be significantly more faster and would prefer to use that.

Also worth noting, the data is dynamic and also the nested types are the same, so I cannot define one type to always be flow style.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant