EfficientDynamoDb icon indicating copy to clipboard operation
EfficientDynamoDb copied to clipboard

StringEnumDdbConverter direct JSON Read

Open lezzi opened this issue 3 years ago • 0 comments

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

lezzi avatar Mar 28 '21 16:03 lezzi