mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 10:38:42 +08:00 
			
		
		
		
	优化XStreamTransformer
This commit is contained in:
		| @ -60,7 +60,6 @@ public class XStreamTransformer { | ||||
|    */ | ||||
|   private static void registerClass(Class<?> clz) { | ||||
|     XStream xstream = XStreamInitializer.getInstance(); | ||||
|     xstream.setClassLoader(Thread.currentThread().getContextClassLoader()); | ||||
|  | ||||
|     xstream.processAnnotations(clz); | ||||
|     xstream.processAnnotations(getInnerClasses(clz)); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang