ContentPartDeserializer

Deserializes ContentPart values without requiring synthetic type metadata.

Text parts are identified by the text field. Binary media parts are identified by mimeType and data, then routed to the appropriate MediaPart subtype using MIME classification.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun deserialize(parser: <Error class: unknown class>, context: <Error class: unknown class>): ContentPart