Search code examples
C# .NET - Deserialize a derived class into a list of its Base...

c#json.netpolymorphismdeserialization

Read More
How to serialize/deserialize data back and forth between Windows PowerShell and PowerShell core?...

powershellserializationdeserializationpowershell-corepowershell-7.3

Read More
Rust Serde create deserializer for Option::<String>...

rustdeserializationserde

Read More
Symfony - How to specify root to deserialize json array to object using JMS\Serializer...

arraysjsonsymfonydeserializationjson-deserialization

Read More
TypeReference created from Generic type does not work as intended...

javajsonjacksondeserializationjackson-databind

Read More
Deserialization using System.Text.Json fails when constructor parameter doesn't have the same ty...

c#json.netdeserializationsystem.text.json

Read More
How to deserialize a JSON array into a struct using serde?...

jsonstructrustdeserializationserde

Read More
C# - How to XML Deserialize a Dictionary<string>, List<string>>?...

c#xmldictionarydeserializationxmlserializer

Read More
Python: performance comparison of using `pickle` or `marshal` and using `re`...

pythonperformanceserializationdeserialization

Read More
c# reading json file, 'Unexpected character encountered while parsing value: s. Path '',...

c#jsonjson.netblazordeserialization

Read More
How to deserialize XML element with colon?...

c#xmldeserializationxml-namespaces

Read More
C# JSON Deserialization System.NotSupportedException...

c#jsondeserializationsystem.text.json

Read More
How to convert below JSON into POJO in java for deserialisation purpose...

javajsonjacksongsondeserialization

Read More
Why is deserializing this JSON resulting in `null`?...

c#jsondeserializationsystem.text.json

Read More
How to handle deserialization of mixed-type values in TOML (string/integer)?...

rustdeserializationserdetoml

Read More
Python: Allow object to be recreated from a serialised form without re-computing attributes...

pythonclassserializationdeserializationpython-dataclasses

Read More
Quarkus Kafka Deserializing Exception to Dead Letter Queue...

error-handlingapache-kafkadeserializationquarkussmallrye

Read More
Error Deserializing Xml to Object when it is sometimes encased in another root...

c#.netxmlserializationdeserialization

Read More
What could cause fields in a Java object to change after being sent over a socket?...

javasocketsserializationconcurrencydeserialization

Read More
C# deserialize KeyValuePair from JSON...

c#jsondeserialization

Read More
Spring Boot Jackson Not Deserializing Parent Fields When Using JsonSubTypes...

javajsonspring-bootjacksondeserialization

Read More
Converting a String into a Constructor to make a new Object...

javaserializationreflectiontype-conversiondeserialization

Read More
Apache Avro able to deserialize as incorrect type...

c#serializationdeserializationavro

Read More
Pydantic BaseModel schema and instance serialization/deserialization not working...

pythonserializationdeserializationpydantic

Read More
System.Text.Json - Deserialize nested object as string...

c#json.net-coredeserializationsystem.text.json

Read More
Java Gson byte[] array getting converted into ArrayList...

javajsonserializationgsondeserialization

Read More
How to return JSON string as an sub-object in a .NET 6 WebApi controller?...

c#jsondeserialization.net-6.0system.text.json

Read More
How to re-use existing, derived deserialize implementation when deserializing some variants of an en...

rustserializationdeserializationserde

Read More
How to use @JsonDeserialize for @RequestParam params in Spring Boot...

javaspring-bootserializationjacksondeserialization

Read More
Deserialize JSON to Exception object...

javaexceptionjacksondeserializationstack-trace

Read More
BackNext