fsprojects / FSharp.Json

F# JSON Reflection based serialization library
Apache License 2.0
226 stars 26 forks source link

Is it possible to apply transforms with no attributes? #35

Open Yaroshvitaliy opened 4 years ago

Yaroshvitaliy commented 4 years ago

I have written TimeSpanTransform and for some reason cannot use it as an attribute for properties (e.g. I have tuples, nested json documents etc.). Is it possible to add transforms for all the types with no attributes, in configuration?