eurofurence / ef-app_android

Eurofurence App (Android version)
MIT License
13 stars 5 forks source link

JSON deserialization of Communications Read response throws exception #304

Open lukashaertel opened 5 years ago

lukashaertel commented 5 years ago

Date, as a requested object type in deserializeToObject, results in a String being returned, which is then cast to a Date, resulting in a class cast exception. The method providing the actual class to deserialize, getTypeForDeserialization, returns Object as target.