Index
hexagon_core / com.hexagonkt.serialization / ContentType
ContentType¶
data class ContentType
Constructors¶
Name | Summary |
---|---|
<init> | ContentType(format: SerializationFormat , charset: Charset ? = null) |
Properties¶
Name | Summary |
---|---|
charset | val charset: Charset ? |
format | val format: SerializationFormat |
Functions¶
Name | Summary |
---|---|
toString | fun toString(): String |