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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jackson-user/54331cf2-e990-467f-8f52-fc00b3d9120bn%40googlegroups.com.