Provide JsonConverter implementations #282
Labels
area:serialization
Focused on functional modules of the product
Status: No Recent Activity
status:waiting-for-author-feedback
Issue that we've responded but needs author feedback to close
Kiota uses custom enum serialization that depends on the
EnumMemberAttribute
. Unfortunately theJsonStringEnumConverter
provided in System.Text.Json does not use this attribute. In order to more easily integrate with non-Kiota uses of System.Text.Json, it would be useful to provideJsonConverter
/JsonConverterFactory
implementations that match the Kiota output.Similarly the
Date
andTime
types from Kiota abstractions also don't work directly with System.Text.Json.The text was updated successfully, but these errors were encountered: