Interface: MicroAttributeMapper<RAW, MODEL>
Type parameters​
| Name |
|---|
RAW |
MODEL |
Implemented by​
Properties​
priority​
• Optional priority: number
Defined in​
ng-application-profile/src/lib/services/mappers/micro-attribute-mapper.ts:6
Methods​
deserialize​
â–¸ deserialize(dataType, value, macroMapper): MODEL
Parameters​
| Name | Type |
|---|---|
dataType | string |
value | RAW |
macroMapper | AttributeMapper |
Returns​
MODEL
Defined in​
ng-application-profile/src/lib/services/mappers/micro-attribute-mapper.ts:8
serialize​
â–¸ serialize(dataType, value, macroMapper): RAW
Parameters​
| Name | Type |
|---|---|
dataType | string |
value | MODEL |
macroMapper | AttributeMapper |
Returns​
RAW
Defined in​
ng-application-profile/src/lib/services/mappers/micro-attribute-mapper.ts:10
supportDeserialize​
â–¸ supportDeserialize(dataType, value): boolean
Parameters​
| Name | Type |
|---|---|
dataType | string |
value | RAW |
Returns​
boolean
Defined in​
ng-application-profile/src/lib/services/mappers/micro-attribute-mapper.ts:7
supportSerialize​
â–¸ supportSerialize(dataType, value): boolean
Parameters​
| Name | Type |
|---|---|
dataType | string |
value | MODEL |
Returns​
boolean
Defined in​
ng-application-profile/src/lib/services/mappers/micro-attribute-mapper.ts:9