You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation in #475 has a bug in that way, that Arrays/Collections of Enums fail to serialize, as the DataMap explicitly excluded Enums (Preconditions.checkArgument(!classInfo.isEnum());)
The implementation in #475 has a bug in that way, that Arrays/Collections of Enums fail to serialize, as the
DataMapexplicitly excluded Enums (Preconditions.checkArgument(!classInfo.isEnum());)