LLMConsumptionOrNASerializer

Serializes LLMConsumptionOrNA as "n/a" for LLMConsumptionOrNA.NA, or the wrapped consumption otherwise. JSON only.

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

String descriptor backing the serialized value.

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): LLMConsumptionOrNA

Parses "n/a" into LLMConsumptionOrNA.NA, otherwise into a LLMConsumptionOrNA.Value. JSON only.

Link copied to clipboard
open override fun serialize(encoder: Encoder, value: LLMConsumptionOrNA)

Encodes value as "n/a" or the delegated consumption JSON. JSON only.