Skip to content

Commit

Permalink
Register java.time.Instant to be serialized with DynamicCodec.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 570359127
Change-Id: I33f89f9158c14f433665b3adbcb6301b29c38687
  • Loading branch information
aoeui authored and copybara-github committed Oct 3, 2023
1 parent 3e1e061 commit b85f2d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ private static boolean packageFilter(String name) {
"java.io.IOException",
"java.lang.StackTraceElement",
"java.lang.invoke.SerializedLambda",
"java.time.Instant",
"com.google.common.base.Predicates$InPredicate",
// Sadly, these builders are serialized as part of StarlarkCustomCommandLine$Builder,
// which apparently can be preserved through analysis. We may investigate if this actually
Expand Down

0 comments on commit b85f2d1

Please sign in to comment.