Skip to content

Converter Types

Converter types (IDynamoConverter<T>) are not supported in the current release.

If you need custom conversions today, use static conversion methods on the mapper class via [DynamoField(ToMethod = ..., FromMethod = ...)].

See: - Static Conversion Methods - Attributes