hho
04/01/2019, 11:13 AMobject
, i.e. returning always the same instance for a certain JsonSubTypes.Type
?diesieben07
04/01/2019, 11:15 AMobject Foo {
@JvmStatic
@JsonCreator
fun fromJson() = Foo
}
Should work, but that's just from memoryhho
04/01/2019, 11:16 AM