Hi Aron,
The last option using an Entity class is preferred, however if you expect the object often to be changed JSON might be preferable for schemaless (since you're talking about a database table I guess you don't need that).
Btw your first option is not working since IMap itself is not serializable. You could do IMap<String, Map<String, String>> but the problem with this approach is that the inner map needs to be completely deserialized on every get which will kill you're performance ;-)
Chris
--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hazelcast+...@googlegroups.com.
To post to this group, send email to haze...@googlegroups.com.
Visit this group at http://groups.google.com/group/hazelcast.
To view this discussion on the web visit https://groups.google.com/d/msgid/hazelcast/b2d4719e-fe7e-4630-9888-64426a8f5931%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.