public final class SerializableContract extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIAL_VERSION_UID_FIELD |
static Set<String> |
SERIALIZABLE_CONTRACT_METHODS |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasSpecialHandlingSerializationMethods(ClassTree classTree) |
static MethodMatcher |
readObjectMatcher(String classFullyQualifiedName) |
static MethodMatcher |
writeObjectMatcher(String classFullyQualifiedName) |
public static final String SERIAL_VERSION_UID_FIELD
public static boolean hasSpecialHandlingSerializationMethods(ClassTree classTree)
public static MethodMatcher readObjectMatcher(String classFullyQualifiedName)
public static MethodMatcher writeObjectMatcher(String classFullyQualifiedName)
Copyright © 2012–2017 SonarSource. All rights reserved.