You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to serialize a type with a tag, but I'm probably missing something, or there is a bug with the serializer. I'm using YamlDotNet 16.3.0. Here is a sample snippet that look like what I'm trying to achieve:
I'm trying to serialize a type with a tag, but I'm probably missing something, or there is a bug with the serializer. I'm using YamlDotNet 16.3.0. Here is a sample snippet that look like what I'm trying to achieve:
This exemple is outputing
What I would like, and what I would expect from the serializer is to output:
Am I missing something here?
The text was updated successfully, but these errors were encountered: