Backblaze / b2-sdk-java

The official Java SDK for using Backblaze's B2 Storage APIs
Other
94 stars 25 forks source link

Add support for parameterized classes that contain generic arrays. #118

Closed tiwijo closed 4 years ago

tiwijo commented 4 years ago

The work I did back in December didn't handle the case when a parameterized class had a member array whose type was a parameter and this PR addresses that.