Custom

data class Custom<T> : QVariant<T>

QVariant of an arbitrary custom type

Serialized as QtType.UserType with the custom type name serialized as ASCII string

Functions

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun type(): Class<*>?

Properties

Link copied to clipboard
open override val serializer: PrimitiveSerializer<T>

Serializer for the contained data