Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface representing the return type of the builder function entityDeserializer

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.

Type parameters

Hierarchy

  • EntityDeserializer

Index

Methods

  • Parameters

    Returns any

  • deserializeEntity(json: any, entityConstructor: Constructable<EntityT, unknown>, requestHeader?: any): EntityT
  • Parameters

    • json: any
    • entityConstructor: Constructable<EntityT, unknown>
    • Optional requestHeader: any

    Returns EntityT