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
If @DynamoDBMarshalling is marked as deprecated, then you should also take the recommended @DynamoDBTypeConverted into account as well. Currently, there's no way to add @DynamoDBTypeConvertedJson to the unmarshallerSet
If
@DynamoDBMarshalling
is marked as deprecated, then you should also take the recommended@DynamoDBTypeConverted
into account as well. Currently, there's no way to add@DynamoDBTypeConvertedJson
to the unmarshallerSethttps://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas.java#L1301
The text was updated successfully, but these errors were encountered: