Allow the sealed class map of converters to have a default value#23
Allow the sealed class map of converters to have a default value#23gypsydave5 wants to merge 1 commit intouberto:mainfrom
Conversation
|
When trying to lift a certain code base that I shall not name into using Kondor, I've had to do some wiggling to make it work. The VersionedConverter was one of them, this is another. There's some JSON for a sealed class where the type isn't explicitly tagged. One of the properties is doing double duty: a particular string represents type As such I need to say, when getting the konverter, if this property is We set up the mapping using a Given a
So we want the behaviour of Hence the totally insane dance you see in the code. |
No description provided.