Julio Viera
Julio Viera
- I don't know all the differences, but I do know about some ambiguities, for example `:hug:` is `:hugging_face:` in Slack, and `:thinking:` is `:thinking_face:` So the real issue is...
Hi @vdurmont, just pushed a set of commits to split the project into a multi-module structure. There is still some cleanup that needs to be done, but I wanted to...
Hi @vdurmont , just checking if you had time to review the approach I committed. I still need to cleanup many things from the first implementation but I want to...
See #94 since I extended emoji-java to support multiple emoji sets, it is a good path to move the Slack's emoji set in a backward compatible way
A `@Required` annotation seems like a very useful feature. I will put it for 1.9.0, however I don't have release date yet for it.
Currently, there is not explicit way of doing this (or at least to my knowledge). You could serialize/deserialize your object with the standard Gson/GsonFire features and use in conjunction the...
Regarding the post deserialize hook, you can add a Gson and a JsonElement argument to your method and GsonFire will properly inject them I will evaluate if the self serialization...
Thanks for your suggestion, I will try to include this or something similar in 1.8.0 which I will be released around mid-oct.
Sorry I've been super busy and lost track of this. I'll think about something based on what @lalpert suggested and will reply back here before the end of the week...
Would it work if I create an annotation to override the type adapter of a particular field in a class? For example ```java public class Person { private int id;...