Jil icon indicating copy to clipboard operation
Jil copied to clipboard

Request: Deserialize into an existing object instance

Open OronDF343 opened this issue 6 years ago • 0 comments

I need to be able to deserialize JSON into an existing instance of a class. (The reason is that said object instance is accessed via an IoC container as a singleton.) In Json.NET you can use CustomCreationConverter and pass the existing instance. Could this feature be added to Jil? Note: I am interested in DeserializeDynamic support primarily!

OronDF343 avatar Mar 15 '18 16:03 OronDF343