Namespace LambdaSharp.DynamoDB.Serialization.Converters
Classes
ADynamoAttributeConverter
The ADynamo
DynamoBoolConverter
The Dynamobool
and bool?
value to/from a DynamoDB attribute value.
DynamoByteArrayConverter
The Dynamobyte[]
value to/from a DynamoDB attribute value.
DynamoDateTimeOffsetConverter
The DynamoDateTimeOffset
and DateTimeOffset?
to/from a DynamoDB attribute value.
DynamoDecimalConverter
The Dynamodecimal
and decimal?
to/from a DynamoDB attribute value.
DynamoDoubleConverter
The Dynamodouble
and double?
value to/from a DynamoDB attribute value.
DynamoEnumConverter
The Dynamo
DynamoFloatConverter
The Dynamofloat
and float?
value to/from a DynamoDB attribute value.
DynamoGuidConverter
The Dynamo
DynamoIDictionaryConverter
The DynamoIDictionary<string,T>
value to/from a DynamoDB attribute value.
DynamoIntConverter
The Dynamoint
and int?
value to/from a DynamoDB attribute value.
DynamoISetByteArrayConverter
The DynamoISet<byte[]>
value to/from a DynamoDB attribute value.
DynamoISetDecimalConverter
The DynamoISet<decimal>
value to/from a DynamoDB attribute value.
DynamoISetDoubleConverter
The DynamoISet<double>
value to/from a DynamoDB attribute value.
DynamoISetIntConverter
The DynamoISet<int>
value to/from a DynamoDB attribute value.
DynamoISetLongConverter
The DynamoISet<long>
value to/from a DynamoDB attribute value.
DynamoISetStringConverter
The DynamoISet<string>
value to/from a DynamoDB attribute value.
DynamoJsonElementConverter
The DynamoJsonElement
value to/from a DynamoDB attribute value.
DynamoListConverter
The DynamoILIst
or List<T>
value to/from a DynamoDB attribute value.
DynamoLongConverter
The Dynamolong
and long?
values to/from a DynamoDB attribute value.
DynamoObjectConverter
The Dynamo
DynamoStringConverter
The Dynamostring
values to/from a DynamoDB attribute value.
Interfaces
IDynamoAttributeConverter
The IDynamo