Tag: Serializer
-
Step-by-Step guide for Flutter JSON Serialization
Serialization is the process in computer science to convert an object into something that can be saved in a database or be sent via a network request. Today we want to transform a JSON String that we receive from an API and transform it into an instance of an object.