-
-
Notifications
You must be signed in to change notification settings - Fork 498
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
Allow to apply custom converter to properties in YamlDotNet #233
Comments
I'll also note (even if a custom class was used), that there are times where IYamlConvertible will not suffice because (as in my case) the type is abstract or requires other forms of custom construction. However, it asking every user of a model to always remember to use SerializerBuilder and use the WithTypeConverter process is not a good workflow. Being able to attach the Converter to the class gives the correct use pattern without the need for someone to remember ("oh, I used this model from this library and now have to construct the serializer specially"). |
+1 for this |
is this planned to be implemented? |
This issue appears to be abandoned, I'm going to close it. |
and where is the solution? |
See discussion here
The text was updated successfully, but these errors were encountered: