Example usage for com.amazonaws.services.dynamodbv2.datamodeling JsonMarshaller subclass-usage

List of usage examples for com.amazonaws.services.dynamodbv2.datamodeling JsonMarshaller subclass-usage

Introduction

In this page you can find the example usage for com.amazonaws.services.dynamodbv2.datamodeling JsonMarshaller subclass-usage.

Usage

From source file com.alertlogic.aws.analytics.poc.FieldCountMarshaller.java

/**
 * Marshall {@link FieldCount}s as JSON strings when using the {@link DynamoDBMapper}.
 */
public class FieldCountMarshaller extends JsonMarshaller<FieldCount> {
}

From source file com.alertlogic.aws.kinesis.test1.kcl.persistence.ddb.ReferrerCountMarshaller.java

/**
 * Marshall {@link ReferrerCount}s as JSON strings when using the {@link DynamoDBMapper}.
 */
public class ReferrerCountMarshaller extends JsonMarshaller<ReferrerCount> {
}

From source file eu.roschi.obdkinesis.kcl.persistence.ddb.ReferrerCountMarshaller.java

/**
 * Marshall {@link ReferrerCount}s as JSON strings when using the {@link DynamoDBMapper}.
 */
public class ReferrerCountMarshaller extends JsonMarshaller<ReferrerCount> {
}