Namespace LambdaSharp.DynamoDB.Serialization.Converters
Classes
ADynamoAttributeConverter
The ADynamoAttributeConverter is the base class for DynamoDB attribute value converters.
DynamoBoolConverter
The DynamoBoolConverter class is used to convert bool and bool? value to/from a DynamoDB attribute value.
DynamoByteArrayConverter
The DynamoByteArrayConverter class is used to convert byte[] value to/from a DynamoDB attribute value.
DynamoDateTimeOffsetConverter
The DynamoDateTimeOffsetConverter class is used to convert DateTimeOffset and DateTimeOffset? to/from a DynamoDB attribute value.
DynamoDecimalConverter
The DynamoDecimalConverter class is used to convert decimal and decimal? to/from a DynamoDB attribute value.
DynamoDoubleConverter
The DynamoDoubleConverter class is used to convert double and double? value to/from a DynamoDB attribute value.
DynamoEnumConverter
The DynamoEnumConverter class is used to convert enum value to/from a DynamoDB attribute value.
DynamoFloatConverter
The DynamoFloatConverter class is used to convert float and float? value to/from a DynamoDB attribute value.
DynamoGuidConverter
The DynamoEnumConverter class is used to convert GUID value to/from a DynamoDB attribute value.
DynamoIDictionaryConverter
The DynamoIDictionaryConverter class is used to convert IDictionary<string,T> value to/from a DynamoDB attribute value.
DynamoIntConverter
The DynamoIntConverter class is used to convert int and int? value to/from a DynamoDB attribute value.
DynamoISetByteArrayConverter
The DynamoISetByteArrayConverter class is used to convert ISet<byte[]> value to/from a DynamoDB attribute value.
DynamoISetDecimalConverter
The DynamoISetDecimalConverter class is used to convert ISet<decimal> value to/from a DynamoDB attribute value.
DynamoISetDoubleConverter
The DynamoISetDoubleConverter class is used to convert ISet<double> value to/from a DynamoDB attribute value.
DynamoISetIntConverter
The DynamoISetIntConverter class is used to convert ISet<int> value to/from a DynamoDB attribute value.
DynamoISetLongConverter
The DynamoISetLongConverter class is used to convert ISet<long> value to/from a DynamoDB attribute value.
DynamoISetStringConverter
The DynamoISetStringConverter class is used to convert ISet<string> value to/from a DynamoDB attribute value.
DynamoJsonElementConverter
The DynamoJsonElementConverter class is used to convert JsonElement value to/from a DynamoDB attribute value.
DynamoListConverter
The DynamoListConverter class is used to convert ILIst or List<T> value to/from a DynamoDB attribute value.
DynamoLongConverter
The DynamoLongConverter class is used to convert long and long? values to/from a DynamoDB attribute value.
DynamoObjectConverter
The DynamoObjectConverter class is used to convert non-value types to/from a DynamoDB attribute value.
DynamoStringConverter
The DynamoStringConverter class is used to convert string values to/from a DynamoDB attribute value.
Interfaces
IDynamoAttributeConverter
The IDynamoAttributeConverter interface defines the necessary operations to convert from and to DynamoDB attribute values.