• Convert a value from EDM format to TypeScript. This function is typically used when deserializing an OData response.

    Parameters

    • value: any

      The original value with EDM format.

    • edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4

      The EDM type of that value.

    • deSerializers: DeSerializers<
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
      >

      (De-)serializers used for transformation.

    Returns any

    Deserialized value.

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