ursus
09/05/2020, 5:38 PMAppData {
Config
List<StaticDetails>
List<Texts>
UserData {
User
List<Services>
List<Games>
List<Leaderboards>
...
}
}
Does this make sense to model into a single AppData.proto, since protobuf is supposed to be so much smaller and faster?
Currently its lets say 4 json files (config, details, texts, userdata -- appData as such does not exist), because of the fact that there is quite a lot of Texts for example, and if I were to change a single boolean property on a User (not in the sample), that would mean I'd have to serialize unnecessarily lots of Texts data