Skip to content

issues Search Results · repo:hexarc-software/hexarc-serialization language:C#

Filter by

2 results
 (43 ms)

2 results

inhexarc-software/hexarc-serialization (press backspace or delete to remove)

From readme: var settings = new JsonSerializerOptions { Converters = { new UnionConverterFactory() } }; var square = new Square { Side = 15.0 }; Console.WriteLine(JsonSerializer.Serialize(square)); ...
  • mnn
  • 2
  • Opened 
    on Apr 22, 2023
  • #2

Hi, I have been looking at the code in the UnionConverter I was curious as I have been doing a similar thing with Newtonsoft.Json does the below result in a double pass of the JSON to deserialize it once ...
  • mumby0168
  • 1
  • Opened 
    on Feb 3, 2022
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub