kyuyoungheo / flutter-study

0 stars 0 forks source link

Deserialize 어떻게 하지? #6

Open kyuyoungheo opened 3 months ago

kyuyoungheo commented 3 months ago

Coding, Decoding Serialize, Deserialize

어떻게 하지?

minjunkim-dev commented 3 months ago

flutter dart:convert 안에 이미 내장되어 있는 JSON decoder를 사용할 수도 있고, json_serializable라는 라이브러리를 사용하면 직렬/역직렬화를 위한 코드를 자동 생성해줘서 좀 더 편하게 쓸 수 있는거 같습니다!