Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: convert using reflection instead of Gson #705

Merged
merged 1 commit into from
Nov 17, 2021

Conversation

yury-s
Copy link
Member

@yury-s yury-s commented Nov 17, 2021

Use reflection to convert between option types like Page.ClickOptions => Frame.ClickOptions. The converter does only shallow copy so it doesn't suffer from cyclic references. Also it shouldn't look into internal fields of JDK classes which could trigger errors like #423

@yury-s yury-s merged commit f739ae2 into microsoft:main Nov 17, 2021
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.

None yet

1 participant