Facing issue while loading document with Map<String,Object> type in my model.
protected Map<String, Object> attributes;
while loading data from couchbase getting Basic type must not be null! error.
is there any way we can load such attributes from couchbase, I am able to store but loading has issue.