issues
search
nugu-developers
/
nugu-ios
NUGU SDK for iOS
https://developers-doc.nugu.co.kr/
Apache License 2.0
21
stars
17
forks
source link
직렬화 시도할 때 발생할 수 있는 OBJC Exception 처리
#1085
Closed
childc
closed
1 year ago
childc
commented
1 year ago
Description
직렬화를 지원하지 않는 객체에 대해서 NSException이 발생하는데, 이것을 처리하지 않으면 crash가 발생합니다
직렬화 가능한 객체만 받도록 할 수는 없고, 실패에 대해 crash를 회피하는 정도의 처리만 가능합니다.
Description