Interface IMappingFunctions<S, D>

Mapping functions.

Export

IMappingFunctions

Type Parameters

  • S = any

    the type of the deserialized property

  • D = any

    the type of the serialized property

Hierarchy

  • IMappingFunctions

Properties

deserialize?: Mapping<S, D>

Custom deserialization function.

Memberof

IMappingOptions

serialize?: Mapping<D, S>

Custom serialization function.

Memberof

IMappingOptions

Generated using TypeDoc