Open Nezteb opened 5 years ago
sorry for the late replyy. There is for example the crnk-format-plain-json project which implements a slightly different, simplified API endpoint. It is contributed to crnk-core with PlainJsonFormatModule with a custom HttpRequestProcessor. This project could servce as a template how to implement other things like CSV or GraphQL support.
The features page lists:
How does one implement their own serializer within Crnk?
I've seen some references in the docs to
@JsonSerialize(using = <some class>)
, but I see no examples or documentation that elaborates on this.