Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / evant/gsonvalue issues and pull requests
#30 - Serializing kotlin classes with methods
Issue -
State: open - Opened by naixx almost 7 years ago
- 2 comments
#30 - Serializing kotlin classes with methods
Issue -
State: open - Opened by naixx almost 7 years ago
- 2 comments
#29 - Support gradle's incremental java compiler
Issue -
State: open - Opened by evant almost 7 years ago
- 2 comments
Labels: enhancement
#29 - Support gradle's incremental java compiler
Issue -
State: open - Opened by evant almost 7 years ago
- 2 comments
Labels: enhancement
#28 - Do not use string literals during generation of type adapter factories
Pull Request -
State: closed - Opened by naixx almost 7 years ago
- 1 comment
#28 - Do not use string literals during generation of type adapter factories
Pull Request -
State: closed - Opened by naixx almost 7 years ago
- 1 comment
#27 - GsonValue is not proguard friendly
Issue -
State: closed - Opened by naixx almost 7 years ago
#27 - GsonValue is not proguard friendly
Issue -
State: closed - Opened by naixx almost 7 years ago
#26 - Clash with @Parcelize plugin
Issue -
State: closed - Opened by riclage almost 7 years ago
Labels: bug
#26 - Clash with @Parcelize plugin
Issue -
State: closed - Opened by riclage almost 7 years ago
Labels: bug
#25 - More than one constructor or factory method found
Issue -
State: open - Opened by riclage almost 7 years ago
- 2 comments
Labels: enhancement
#25 - More than one constructor or factory method found
Issue -
State: open - Opened by riclage almost 7 years ago
- 2 comments
Labels: enhancement
#24 - annotationProcessor + kotlin
Issue -
State: closed - Opened by naixx almost 7 years ago
- 2 comments
#24 - annotationProcessor + kotlin
Issue -
State: closed - Opened by naixx almost 7 years ago
- 2 comments
#23 - Allow deserializing null values
Pull Request -
State: closed - Opened by tobyhs about 7 years ago
#23 - Allow deserializing null values
Pull Request -
State: closed - Opened by tobyhs about 7 years ago
#22 - Kotlin Usage example required
Issue -
State: open - Opened by osamarao over 7 years ago
#21 - Generate a TypeAdapterFactory at compile time
Pull Request -
State: closed - Opened by evant over 7 years ago
#21 - Generate a TypeAdapterFactory at compile time
Pull Request -
State: closed - Opened by evant over 7 years ago
#20 - Manual Builder Usage
Issue -
State: closed - Opened by fab1an over 7 years ago
- 1 comment
Labels: question
#20 - Manual Builder Usage
Issue -
State: closed - Opened by fab1an over 7 years ago
- 1 comment
Labels: question
#19 - Including componentN in json output for kotlin data class
Issue -
State: closed - Opened by evant over 7 years ago
- 2 comments
Labels: bug
#19 - Including componentN in json output for kotlin data class
Issue -
State: closed - Opened by evant over 7 years ago
- 2 comments
Labels: bug
#18 - Allow constructor annotation on class with single constructor
Issue -
State: closed - Opened by evant over 7 years ago
Labels: enhancement
#18 - Allow constructor annotation on class with single constructor
Issue -
State: closed - Opened by evant over 7 years ago
Labels: enhancement
#17 - Generate TypeAdapterFactory
Issue -
State: closed - Opened by evant over 7 years ago
Labels: enhancement
#17 - Generate TypeAdapterFactory
Issue -
State: closed - Opened by evant over 7 years ago
Labels: enhancement
#16 - Use new gson api instead of internal Types.java
Issue -
State: closed - Opened by evant over 7 years ago
Labels: enhancement
#15 - Convert to gradle
Issue -
State: closed - Opened by evant over 7 years ago
- 1 comment
Labels: enhancement
#15 - Convert to gradle
Issue -
State: closed - Opened by evant over 7 years ago
- 1 comment
Labels: enhancement
#14 - Could not find me.tatarka.gsonvalue:gsonvalue-parent:0.5.
Issue -
State: closed - Opened by danh32 almost 8 years ago
- 4 comments
Labels: bug
#14 - Could not find me.tatarka.gsonvalue:gsonvalue-parent:0.5.
Issue -
State: closed - Opened by danh32 almost 8 years ago
- 4 comments
Labels: bug
#13 - Support @JsonAdapter annotation.
Issue -
State: closed - Opened by evant almost 9 years ago
Labels: enhancement
#13 - Support @JsonAdapter annotation.
Issue -
State: closed - Opened by evant almost 9 years ago
Labels: enhancement
#12 - Made relative locations of factory methods, classes, and builders mor…
Pull Request -
State: closed - Opened by evant almost 9 years ago
#12 - Made relative locations of factory methods, classes, and builders mor…
Pull Request -
State: closed - Opened by evant almost 9 years ago
#11 - Serialize methods that don't relate to fields in the constructor.
Pull Request -
State: closed - Opened by evant almost 9 years ago
#11 - Serialize methods that don't relate to fields in the constructor.
Pull Request -
State: closed - Opened by evant almost 9 years ago
#10 - Fixed SerializedName not applying to paramaters when there is no back…
Pull Request -
State: closed - Opened by evant almost 9 years ago
#9 - Skip fields in json that aren't present in the class.
Pull Request -
State: closed - Opened by evant almost 9 years ago
#9 - Skip fields in json that aren't present in the class.
Pull Request -
State: closed - Opened by evant almost 9 years ago
#8 - Generated TypeAdapter requires all fields of the json be represented in the constructor / builder
Issue -
State: closed - Opened by Kritarie almost 9 years ago
Labels: bug
#8 - Generated TypeAdapter requires all fields of the json be represented in the constructor / builder
Issue -
State: closed - Opened by Kritarie almost 9 years ago
Labels: bug
#7 - Generated TypeAdapter respects SerializedName for write only
Issue -
State: closed - Opened by Kritarie almost 9 years ago
- 3 comments
Labels: bug
#6 - Support generic classes, fixes #4
Pull Request -
State: closed - Opened by evant almost 9 years ago
#6 - Support generic classes, fixes #4
Pull Request -
State: closed - Opened by evant almost 9 years ago
#5 - renamed @GsonConstructor.Builder to @GsonBuilder, fixes #1
Pull Request -
State: closed - Opened by evant almost 9 years ago
#5 - renamed @GsonConstructor.Builder to @GsonBuilder, fixes #1
Pull Request -
State: closed - Opened by evant almost 9 years ago
#4 - ValueTypeAdapter generated for class with generic type param(s) does not compile
Issue -
State: closed - Opened by Kritarie almost 9 years ago
Labels: bug
#4 - ValueTypeAdapter generated for class with generic type param(s) does not compile
Issue -
State: closed - Opened by Kritarie almost 9 years ago
Labels: bug
#3 - support field and getter inharitence, fixes #2
Pull Request -
State: closed - Opened by evant almost 9 years ago
#3 - support field and getter inharitence, fixes #2
Pull Request -
State: closed - Opened by evant almost 9 years ago
#3 - support field and getter inharitence, fixes #2
Pull Request -
State: closed - Opened by evant almost 9 years ago
#2 - Inharitence.
Issue -
State: closed - Opened by evant almost 9 years ago
Labels: enhancement
#2 - Inharitence.
Issue -
State: closed - Opened by evant almost 9 years ago
Labels: enhancement
#2 - Inharitence.
Issue -
State: closed - Opened by evant almost 9 years ago
Labels: enhancement
#1 - Annotation naming
Issue -
State: closed - Opened by Kritarie almost 9 years ago
#1 - Annotation naming
Issue -
State: closed - Opened by Kritarie almost 9 years ago
#1 - Annotation naming
Issue -
State: closed - Opened by Kritarie almost 9 years ago