Android Jetpack

Room 의 다양한 테크닉들 - 5 (TypeConverter - 1)

----___<<<<< 2023. 2. 6. 09:02

이번에는 typeconverter에 관한 내용입니다.

 

 

위와 같이, date 타입을 넣으면 아래와 같은 에러가 나옵니다.

 

error: Cannot figure out how to save this field into database. You can consider adding a type converter for it.

 

typeconverter를 사용해봐라는 것인데 이게 무엇인지 살펴보면 아래와 같이 나옵니다.

 

https://developer.android.com/training/data-storage/room/referencing-data?hl=ko#understand-no-object-references

 

 

그렇다면 이걸 어떻게 사용하는지 살펴보면