Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an IDL Unknown, a placeholder type for deserialization only. When decoding a value as Unknown, all fields will be retained but the names are only available in hashed form. A deserialized unknown will offer it's actual type by calling the type() function. Unknown cannot be serialized and attempting to do so will throw an error.

Hierarchy

Index

Constructors

Accessors

  • get name(): string

Methods

  • _buildTypeTableImpl(): void
  • accept<D, R>(v: Visitor<D, R>, d: D): R
  • buildTypeTable(typeTable: TypeTable): void
  • covariant(x: any): x is any
  • display(): string
  • encodeType(): never
  • encodeValue(): never
  • valueToString(): never

Generated using TypeDoc