Skip to content

Conversation

badgerwithagun
Copy link
Member

No description provided.

private static class SerializableRunnerAdapter extends TypeAdapter<SerializableLambda> {
@Override
public void write(JsonWriter out, SerializableLambda value) throws IOException {
ByteArrayOutputStream bos = new ByteArrayOutputStream();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Detect closing over complex objects (e.g. injected services)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant