[T] ContentEncodingDecorator
type ContentEncodingDecorator: (context, target, value) => void;Specify the encoding used for the contents of a string.
Parameters
| Parameter | Type | Description |
|---|---|---|
context | DecoratorContext | - |
target | Scalar | ModelProperty | - |
value | string |
Returns
void