CodexBloom - AI-Powered Q&A Platform

Java 11: Unable to deserialize polymorphic types with Jackson using @JsonTypeInfo and @JsonSubTypes

👀 Views: 2 💬 Answers: 1 📅 Created: 2025-06-10
java jackson json deserialization polymorphism

I'm working on a Java 11 application using Jackson for JSON serialization and deserialization. My goal is to deserialize a list of objects that can be of differ...