Following up on this question: Question here
@JsonIdentityReference(alwaysAsId = true)
and
@JsonIdentityInfo(generator = ObjectIdGenerators.PropertyGenerator.class)
works great from the Serialization end, but not so well when it comes time to deserialize since it can't resolve the Object ID reference.
Is there a way to get this to deserialize? Writing a custom deserializer seems like overkill.