Class SerializingInterceptor

java.lang.Object
org.aoju.bus.proxy.intercept.SerializingInterceptor
All Implemented Interfaces:
Interceptor

public class SerializingInterceptor extends Object implements Interceptor
拦截器,它对所有参数和返回值进行序列化复制。 这在测试远程服务以确保所有参数/返回类型实际上都是可序列化/反序列化的时候非常有用
Since:
Java 17+
Author:
Kimi Liu