I created a CustomSerializer for String class, is there a way to apply this to a specific class only?
ex.
class Response<T> {
private T result;
}
class DefaultResponse<T> {
private T result;
}
When there is, I want to apply that Serializer only to DefaultResponse.
--
You received this message because you are subscribed to the Google Groups "jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jackson-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/CAL4a10gR4DSi%3DvDp89xgx334P2QwuLRdaitA7GTKD6Jq4ZeG2Q%40mail.gmail.com.