Interface CustomDeserializerParams

Hierarchy

  • CustomDeserializerParams

Properties

Properties

fallback: ((sourceObject: any, constructor: Serializable<any> | TypeDescriptor) => any)

Type declaration

    • (sourceObject: any, constructor: Serializable<any> | TypeDescriptor): any
    • Parameters

      • sourceObject: any
      • constructor: Serializable<any> | TypeDescriptor

      Returns any