An open API service indexing awesome lists of open source software.

https://github.com/jdekim43/gson-kotlin


https://github.com/jdekim43/gson-kotlin

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# gson-kotlin
Gson 확장 함수 및 TypeAdapter
* reified type fromJson function
* TimestampDateTypeAdapter / TimestampLocalDateTimeTypeAdapter

## Install
### Gradle Project
1. Add dependency
```
build.gradle.kts

implementation("kr.jadekim:gson-kotlin:$gsonKotlinVersion")
```