EfficientDynamoDb
EfficientDynamoDb copied to clipboard
StringEnumDdbConverter direct JSON Read
StringEnumDdbConverter has no direct JSON read implementation. One of the reasons is that there is currently no Enum.Parse method accepting Span<char> as input.
dotnet PR: https://github.com/dotnet/runtime/pull/43255