xyncro / chiron

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

"serializeArrayWith" is missing. #89

Open laygr opened 7 years ago

laygr commented 7 years ago

Currently, I need to change the type of the elements of the array to another type with a ToJson implementation. Adding a static member ToJson to the type doesn't work with types generated by type providers. This involves creating a type where I can implement the ToJson which cancels the benefit of using type providers.