Max-Mobility / Permobil-SmartDrive-Study

Data Study Collection App for WearOS
2 stars 0 forks source link

Improve performance of sending data #30

Closed finger563 closed 5 years ago

finger563 commented 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.