@Target(value=METHOD) @Retention(value=CLASS) public @interface OnPreJsonSerialize
@OnPreJsonSerialize public void preSerializeMethod() { ... }