17 lines
398 B
Java
17 lines
398 B
Java
package com.thoughtworks.xstream.converters.reflection;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class Sun14ReflectionProvider extends SunUnsafeReflectionProvider {
|
|
public Sun14ReflectionProvider() {
|
|
}
|
|
|
|
private Object readResolve() {
|
|
init();
|
|
return this;
|
|
}
|
|
|
|
public Sun14ReflectionProvider(FieldDictionary fieldDictionary) {
|
|
super(fieldDictionary);
|
|
}
|
|
}
|