Ticket #883 (new enhancement)

Opened 8 months ago

View Projection var serialization is POJO specific.

Reported by: pradeep Assigned to: ronald
Priority: unassigned Milestone:
Component: topaz Version: 0.8.3-SNAPSHOT
Keywords: Cc:
Blocking: Blocked By:

Description

No OQL parsing is done to determine the underlying object's data type and hence the serializer in the Binder for views is undefined. Instead the mechanism currently used is on the query result processing to look up the java type of the field and deserilize. However this assumes POJO.

Dependency Graph