Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
dbc
dbc has asked
4
questions and find answers to
495
problems.
Stats
15.4k
EtPoint
5.5k
Vote count
4
questions
495
answers
About
dbc questions
How to handle both a single item and an array for the same property using System.Text.Json?
How can I serialize a Stack<T> to JSON using System.Text.Json without reversing the stack?
How can I parse JSON with comments using System.Text.Json?
How to use default serialization in a custom System.Text.Json JsonConverter?
dbc answers
XML Serialization error - Invalid or missing value of the choice identifier 'ItemsElementName' of type 'ItemsChoiceType[]'
How do you deserialize XML with dynamic element names?
Deserialize XML with Attributes in C#
A generic error occurred in GDI+ when saving Image
XElement to file save with async/await in C#
JsonSerializationException Parsing
Newtonsoft.Json, Populate Dictionary failed
Protobuf-net: How to serialize complex collection?
Convert JsonConverter to System.Text.Json to support multiple primitive types and nullable
Automatic conversion of numbers to bools - migrating from Newtonsoft to System.Text.Json