ContentCodec
Interface: ContentCodec<T>
Type parameters
| Name | 
|---|
| T | 
Implemented by
Properties
contentType
 contentType: ContentTypeId
Defined in
Methods
decode
decode(content, registry): T
Parameters
| Name | Type | 
|---|---|
| content | EncodedContent | 
| registry | CodecRegistry | 
Returns
T
Defined in
encode
encode(content, registry): EncodedContent
Parameters
| Name | Type | 
|---|---|
| content | T | 
| registry | CodecRegistry |