// might not all be thread-safe.
DynamoDBMarshaller unmarshaller =
createUnmarshaller(unmarshallerClass);
return unmarshaller.unmarshall(targetClass, value.getS());
}
@SuppressWarnings({ "rawtypes" })
private static DynamoDBMarshaller createUnmarshaller(Class<?> clazz) {
try {