Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ObjectConverter

Hierarchy

Index

Properties

Static type

type: Type = Types.Object

Methods

canConvertFrom

  • canConvertFrom(srcType: Type): boolean

canStringify

  • canStringify(): boolean

convertFrom

  • convertFrom(obj: any, srcType: Type): any

deserialize

  • deserialize(obj: object): object

fromString

  • fromString(str: string): object | never

inferInstanceOf

  • inferInstanceOf(obj: any): number

isValid

  • isValid(obj: object): boolean

serialize

  • serialize(obj: object): object

toString

  • toString(obj: object): string

tryFromString

  • tryFromString(str: string): object | null

Generated using TypeDoc