We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b433c97 + 3464dc5 commit a0294bdCopy full SHA for a0294bd
aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/JsonMarshaller.java
@@ -21,9 +21,8 @@
21
import com.fasterxml.jackson.databind.ObjectWriter;
22
23
/**
24
- * Simple JSON marshaller that uses Jackson mapper. It has all the limitations
25
- * of that library, the documentation of which is available here:
26
- * http://docs.codehaus.org/display/JACKSON/Home
+ * A simple JSON marshaller that uses the Jackson JSON processor. It shares all limitations of that
+ * library. For more information about Jackson, see: http://wiki.fasterxml.com/JacksonHome
27
*/
28
public class JsonMarshaller<T extends Object> implements DynamoDBMarshaller<T> {
29
0 commit comments