UIntTypeAdapter

class UIntTypeAdapter : JsonSerializer<UInt> , JsonDeserializer<UInt>

Constructors

Link copied to clipboard
fun UIntTypeAdapter()

Functions

Link copied to clipboard
open override fun deserialize(    json: JsonElement?,     typeOfT: Type?,     context: JsonDeserializationContext?): UInt?
Link copied to clipboard
open override fun serialize(    src: UInt?,     typeOfSrc: Type?,     context: JsonSerializationContext?): JsonPrimitive