RpcDescriptor

@Serializable
data class RpcDescriptor(val dataType: RpcDescriptorType, val serialName: String, val elements: Map<String, RpcDescriptor> = emptyMap(), val id: Int? = null)

Constructors

Link copied to clipboard
constructor(dataType: RpcDescriptorType, serialName: String, elements: Map<String, RpcDescriptor> = emptyMap(), id: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int?

This is a unique identifier only present in the case where the same type appears multiple times in the same RpcDescriptor hierarchy.

Link copied to clipboard