PeerPtr

PeerPtr("PeerPtr", PeerPtrSerializer)

Serialization type for PeerPtr.

This type is only used as placeholder for values that should only be used internally. During serialization it is serialized as a zero-valued 64-bit unsigned integer, during deserialization it is replaced by an object representing the RPC interface of the remote peer.

This is used in the core to return responses to the same client that made a request.

Functions

Link copied to clipboard
inline fun <T> serializer(): PrimitiveSerializer<T>

Obtain a serializer for this type (type safe)

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val qtType: QtType

Actual underlying serialization type

Link copied to clipboard
val typeName: String

Standardized name of the type