반응형
Could not deserialize object. Class ~~~~~ does not define a no-argument constructor. If you are using ProGuard, make sure these constructors are not stripped
위와 같은 오류가 날 때 data class를 조금만 변경해주면 쉽게 오류를 해결할 수 있습니다!
이런식으로 constructor을 붙여주시면 쉽게 오류가 해결됩니다!
반응형