bbdaniell

Results 1 issues of bbdaniell

The problem we're trying to solve is having a converter that allows us to serialize & deserialize derived classes. We currently have a working solution based on [this approach](https://github.com/AllocZero/EfficientDynamoDb/issues/205#issuecomment-1650701928), but...