oharaandrew314/dynamodb-kotlin-module

Support Recursive class structure

Closed this issue · 0 comments

Need to add support for classes with recursive properties, e.g.

data class Foo(val foo: Foo?)