fluid-json icon indicating copy to clipboard operation
fluid-json copied to clipboard

fix codec generation for properties whose type references a generic type of the value class

Open fluidsonic opened this issue 6 years ago • 0 comments

@JSON
class ClientCommand<out Result : Any>(
    val resultClass: KClass<out Result>
)

@JSON
class ClientCommandRequest<out Result : Any>(
    val command: ClientCommand<Result>
)

fluidsonic avatar Mar 12 '19 17:03 fluidsonic