Namespace LambdaSharp.DynamoDB.Serialization
Classes
ADynamoPropertyAttribute
The ADynamo
DynamoPropertyIgnoreAttribute
The Dynamo
DynamoPropertyNameAttribute
The Dynamo
DynamoSerializationException
The Dynamo
DynamoSerializer
The Dynamo
- Numberint, int?, long, long?, double, double?, decimal, decimal?, DateTimeOffset, DateTimeOffset?
- Stringstring, enum
- Binarybyte[]
- Booleanbool, bool?
- Nullany nullable type
- ListList<T>
- MapDictionary<string, object>, Dictionary<string, T>, T
- String SetISet<string>
- Number SetISet<int>, ISet<long>, ISet<double>, ISet<decimal>
- Binary SetISet<byte[]>
DynamoSerializerOptions
The Dynamo