jsog / jsog-jackson

JSOG serializer plugin for Jackson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deserialization of simple {"id":№} entities

Kaned1as opened this issue · comments

I'm coming after some discussion here

We have software that sends objects as a set of IDs like in abovementioned link.
We then enrich these IDs with our database objects.
But Jackson can't deserialize multiple entites with same ID because of way forward-referencing is done here.

Hope this issue can somehow help us to find a generic solution that complies with other libraries.

(pls label as enhancement)

This library is an implementation of the simple, well-defined JSOG specification. Your format is not JSOG.