Igor Brishkoski
List<Any>
Json
Serializer has not been found for type 'Any'. To use context serializer as fallback, explicitly annotate type or property with @Contextual
@Serializable @SerialName("Sign") data class Sign( @Serializable(with = ListAnySerializer::class) val payload: List<Any> ) : SealedClass()
andylamax
Any
A modern programming language that makes developers happier.