Content Part Deserializer
class 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.
Functions
Link copied to clipboard
open fun deserialize(parser: <Error class: unknown class>, context: <Error class: unknown class>): ContentPart