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

Make RealmOptional and List conform to Codable #6172

Merged
merged 1 commit into from
Jun 28, 2019
Merged

Make RealmOptional and List conform to Codable #6172

merged 1 commit into from
Jun 28, 2019

Conversation

tgoyne
Copy link
Member

@tgoyne tgoyne commented Jun 7, 2019

This makes it possible to serialize and deserialize them with the standard library's (en|de)coders such as JSONDecoder, and makes it so that Object subclasses with optional or list properties can have automatically synthesized Codable conformance.

@tgoyne tgoyne self-assigned this Jun 7, 2019
@bmunkholm
Copy link
Contributor

LGTM

@bmunkholm bmunkholm self-requested a review June 27, 2019 17:28
This makes it possible to serialize and deserialize them with the standard
library's (en|de)coders such as JSONDecoder, and makes it so that Object
subclasses with optional or list properties can have automatically synthesized
Codable conformance.
@tgoyne tgoyne merged commit 61b8178 into master Jun 28, 2019
@tgoyne tgoyne deleted the tg/codable branch June 28, 2019 20:20
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants