https://github.com/csbun/gson-deserialization-example
Deserialization example in Java using Gson
https://github.com/csbun/gson-deserialization-example
Last synced: 8 months ago
JSON representation
Deserialization example in Java using Gson
- Host: GitHub
- URL: https://github.com/csbun/gson-deserialization-example
- Owner: csbun
- License: mit
- Created: 2016-12-01T13:06:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T13:16:05.000Z (over 9 years ago)
- Last Synced: 2025-01-07T23:22:46.871Z (over 1 year ago)
- Language: Java
- Size: 2.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gson-deserialization-example
Deserialization example in Java using Gson.
Blog "[Java 中使用 Gson 反序列化 JSON 数据](http://csbun.github.io/blog/2016/11/gson-deserialization/)"
## Build
```sh
javac -classpath lib/gson-2.8.0.jar TestMain.java
```
## Run
```sh
java -classpath .:lib/gson-2.8.0.jar TestMain
```