FloatCoercing

Functions

Link copied to clipboard
open override fun deserialize(value: ExternalValue): Double

Deserializes from an external value (typically JSON) to an internal value (Kotlin).

Link copied to clipboard
open override fun parseLiteral(value: GQLValue): Double

Deserializes from a GraphQL value to an internal value (Kotlin).

Link copied to clipboard
open override fun serialize(internalValue: Double): ExternalValue

Serializes from an internal value (Kotlin) to an external value (typically JSON).