GSON Tutorial Part 1 – SIMPLE (DE)SERIALIZATION – Android Studio Tutorial
In this video series we take a look at the GSON library, which is provided by Google and makes the process of turning Java objects into their JSON representation (serialization) and JSONs into Java objects (deserialization) very easy. In part 1 we are going to create a simple Java class, create an object of it, [...]