aws-sdk-java icon indicating copy to clipboard operation
aws-sdk-java copied to clipboard

Add default constructors to metadata classes

Open Sarkos opened this issue 6 years ago • 1 comments

I am currently working with Textract and wanted to serialize and deserialize the GetDocumentTextDetectionResult using JSON ObjectMapper. However, it includes classes such as SdkHttpMetadata and ResponseMetadata which do not have default constructors, so I am unable to deserialize them.

Sarkos avatar Aug 06 '19 11:08 Sarkos

I would like to contribute for this issue. I can begin working on it.

JasonVoss avatar Oct 29 '21 16:10 JasonVoss