-
- All Implemented Interfaces:
public final class MediaTypeDecoderKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> Tdecode(MediaTypeDecoder $self, Source data)Decodes binary data into a specific Java/Kotlin type. -
-
Method Detail
-
decode
final static <T extends Any> T decode(MediaTypeDecoder $self, Source data)
Decodes binary data into a specific Java/Kotlin type.
The target Java/Kotlin type is deduced by the reified type parameter T.
- Parameters:
data- Binary data source.
-
-
-
-