Stringified

@IviExperimental(reasons = [])
class Stringified<T> : Parcelable

Type-safe string representation of an instance of type T.

Constructors

Link copied to clipboard
constructor(instance: T)

Constructs a type-safe string representation of instance.

Functions

Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)