Skip to content

Commit

Permalink
add "java.net" package from the skip list.
Browse files Browse the repository at this point in the history
  • Loading branch information
BidyadharM committed Dec 19, 2024
1 parent 49323fe commit 268481d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public static boolean isJavaSerializableType(Class<?> clazz) {
|| packageName.startsWith("java.time")
|| packageName.startsWith("java.math")
|| packageName.startsWith("java.security")
|| packageName.startsWith("java.net")
|| clazz.isArray()) {
return true;
}
Expand Down

0 comments on commit 268481d

Please sign in to comment.