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

Implemented obtainment of KSerializer by KClass in SerializersModule #2291

Merged
merged 10 commits into from
May 10, 2023

Conversation

shanshin
Copy link
Contributor

@shanshin shanshin commented May 2, 2023

Resolves #2025

The limitations of this API are the inability to implement stable caching, because serialization runtime does not control the equals function of the received parameters serializers, which can cause a memory leak.

Also, a technical limitation is the inability to create an array serializer.

Resolves #2025

The limitations of this API are the inability to implement stable caching, because serialization runtime does not control the equals function of the received parameters serializers, which can cause a memory leak.

Also, a technical limitation is the inability to create an array serializer.
@shanshin shanshin requested a review from sandwwraith May 2, 2023 13:05
@shanshin shanshin requested a review from sandwwraith May 9, 2023 10:58
@shanshin shanshin requested a review from sandwwraith May 10, 2023 15:09
Copy link
Member

@sandwwraith sandwwraith left a comment

Choose a reason for hiding this comment

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

.

@shanshin shanshin requested a review from sandwwraith May 10, 2023 16:00
@sandwwraith sandwwraith merged commit a27e86f into dev May 10, 2023
2 of 3 checks passed
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

2 participants