So I'm writing a custom deserializer, extending StdDeserializer<T>. I want the JSON structure to be slightly different to "normal", hence needing my own serializer and deserializer.
Within the serializer I just call writeObjectField when I want to serialize the properties of my object, but I can't work out what the reverse of that is. So within my deserializer I want to be able to deserialize a value of given Class. So what I *think* I want to do is acquire a JsonDeserializer for a given Class from the DeserializationContext I have access to, but I can't work out how to do that. I've looked through some of the code, but I can't find anything that points me in the right direction. Any help would be appreciated. Thanks. -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
