I have an enumeration that is serialized/deserialized by Gson:
enum class PacketType { NONE; [SerializedName(\"request\")] REQUEST; [Serializ
Looks like a bug to me. Please report to the issue tracker.
As a temporary workaround, you can write this class in Java