Cache sharing

3 views
Skip to first unread message

thia...@bol.com.br

unread,
Feb 3, 2014, 3:00:22 PM2/3/14
to jackso...@googlegroups.com

Hi,

I have three different JSON files, say A, B, and C, where A points to B and B points to C. The objects in A use objects from B, and the objects in B use objects from C. In A, I just have the object IDs from B, and so on.

When deserializing, I first deserialize, C, then B, then A, but even following this order, B doesn't "see" the objects from C (in the cache), nor A "see" from B.

Is there a way to share the cache when deserializing to solve this problem?

Thanks,

- Thiago

Reply all
Reply to author
Forward
0 new messages