Let's move encoder creation from APPLY_SERVER_PARAMETERS to a new stage at the end of the select and update pipeline called ENCODE. This is both more logical (encoding happens after the data is fetched) and helps to initialize encoders that rely on pluggable backend (such as Cayenne) logic applied to ResourceEntity tree.
Let's move encoder creation from APPLY_SERVER_PARAMETERS to a new stage at the end of the select and update pipeline called ENCODE. This is both more logical (encoding happens after the data is fetched) and helps to initialize encoders that rely on pluggable backend (such as Cayenne) logic applied to ResourceEntity tree.