Interface DataServiceOptions<T>

Type Parameters

  • T = any

Hierarchy-Diagram

UML class diagram of DataServiceOptions
Legend
icon for an interface in the UML class diagram interface

Hierarchy

Properties

deserialize?: ((obj: any) => T)

Type declaration

    • (obj: any): T
    • Parameters

      • obj: any

      Returns T

serialize?: ((obj: T) => any)

Type declaration

    • (obj: T): any
    • Parameters

      • obj: T

      Returns any