xyncro / chiron

JSON for F#
https://xyncro.tech/chiron
MIT License
175 stars 41 forks source link

Provide a way to call through reflection #23

Closed haf closed 8 years ago

haf commented 9 years ago

While migrating to this library, it's useful to have interop with Newtonsoft.

Provide a way to call the serialisation infrastructure through reflection for any given type, throwing a runtime exception if serialisation functions are unavailable.

kolektiv commented 9 years ago

I'll get this merged in soon, it's a good idea for people that might need it.

kolektiv commented 9 years ago

Is this still a thing? I'm not sure that branch ever built fully, but I'm still open to it if it can be completed sanely :)

haf commented 9 years ago

Nah, I've rid myself of Newtonsoft now and I'm really just scratching my own itches for this project. ;)

kolektiv commented 9 years ago

Hah, yes I've not gone near it for a while either. Same here really!

On 4 July 2015 at 22:50, Henrik Feldt notifications@github.com wrote:

Nah, I've rid myself of Newtonsoft now and I'm really just scratching my own itches for this project. ;)

— Reply to this email directly or view it on GitHub https://github.com/xyncro/chiron/issues/23#issuecomment-118557149.

kolektiv commented 8 years ago

I think I'm going to close this one off as I've personally successfully avoided Newtonsoft for a long time, and I'm not sure there's enough call to resurrect this.