You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #30604, we'll be switching from DOM seriailzation/deserialization to the lower-level Utf8JsonReader/Utf8JsonWriter. These types accept JsonReaderOptions/JsonWriterOptions to customize the JSON representation; we can expose an API to allow the user to configure those.
Note this is a global setting. The JSON format for particular properties will be handled on their type mapping (#30677).
The text was updated successfully, but these errors were encountered:
roji
changed the title
Allow the user to specify JsonWriterOptions/JsonReaderOptions
Allow the user to specify JsonWriterOptions/JsonReaderOptions globally
Apr 22, 2023
With #30604, we'll be switching from DOM seriailzation/deserialization to the lower-level Utf8JsonReader/Utf8JsonWriter. These types accept JsonReaderOptions/JsonWriterOptions to customize the JSON representation; we can expose an API to allow the user to configure those.
Note this is a global setting. The JSON format for particular properties will be handled on their type mapping (#30677).
The text was updated successfully, but these errors were encountered: