encodeNullableSerializableElement

open override fun <T : Any> encodeNullableSerializableElement(descriptor: SerialDescriptor, index: Int, serializer: SerializationStrategy<T>, value: T?)(source)

Delegates nullable value encoding of the type T to the given serializer. value is associated with an element at the given index in serial descriptor.