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

UserDefaults을 이용해 Custom Object 저장법 #41

Closed
Youngminah opened this issue Oct 6, 2021 · 0 comments
Closed

UserDefaults을 이용해 Custom Object 저장법 #41

Youngminah opened this issue Oct 6, 2021 · 0 comments
Labels

Comments

@Youngminah
Copy link
Owner

여러가지 방법있음

찾은 가장 간단한 방법들

1번째

  • Codable으로 구조체 구성
  • 저장: PropertyListEncoder로 인코딩하여 저장
  • 가져오기: PropertyListEncoder로 디코딩

2번째

  • Codable으로 구조체 구성
  • JSONEncoder()의 encode(_:) method 이용하여 Data object로 인코딩하여 저장
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant