-
Notifications
You must be signed in to change notification settings - Fork 701
Closed
Labels
has: design-decisionAn issue that contains a design decision about its topicAn issue that contains a design decision about its topicstatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply
Description
Hey guys,
I am trying to transfer Pageable over RSocket and it seems Sort implementation is not encodable, I mean you cannot find the direction or the orders as the orders but without getter which means, when you serialize it, there will be only useless properties in the JSON like:
unsorted: Boolean
sorted: Boolean
empty: Boolean
As you can see there is no information on what field and in which direction is sorted.
My proposal is to add a getter for private final List<Order> orders; field so when it converts to JSON, you will have information about the sorting
Metadata
Metadata
Assignees
Labels
has: design-decisionAn issue that contains a design decision about its topicAn issue that contains a design decision about its topicstatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply