1 | import { EntityDeserializer } from '../odata-common/entity-deserializer';
|
2 |
|
3 |
|
4 |
|
5 |
|
6 | export declare const entityDeserializer: EntityDeserializer;
|
7 | export declare const deserializeEntity: (json: any, entityConstructor: import("..").Constructable<any, unknown>, requestHeader?: any) => any;
|
8 | export declare const deserializeComplexType: (json: Record<string, any>, complexType: import("..").ComplexTypeNamespace<any>) => any;
|
9 | export { deserializeEntity as deserializeEntityV2, deserializeComplexType as deserializeComplexTypeV2, entityDeserializer as entityDeserializerV2 };
|
10 |
|
\ | No newline at end of file |