Closed finger563 closed 5 years ago
right now we serialize the POJO into stringified JSON using GSON for storage into the DB. When we send a record we de-serialize into POJO, pass to retrofit which will then use GSON again to serialize it.
right now we serialize the POJO into stringified JSON using GSON for storage into the DB. When we send a record we de-serialize into POJO, pass to retrofit which will then use GSON again to serialize it.