Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BasicSerializableObject

Hierarchy

Index

Constructors

constructor

  • Fixes typeof DerivedComponent is not assignable to typeof Component, compiled out in non-dev builds

    Parameters

    • Rest ...args: any[]

    Returns BasicSerializableObject

Methods

deserialize

  • deserialize(data: any): any
  • Parameters

    • data: any

    Returns any

serialize

  • serialize(): object
  • Returns object

Static getCachedSchema

  • getCachedSchema(): any
  • Returns any

Static getId

  • getId(): void
  • Returns void

Static getSchema

  • getSchema(): object
  • Should return the serialization schema

    Returns object

Static verify

  • verify(data: any): string
  • Parameters

    • data: any

    Returns string