Searched refs:stringListDescriptor (Results 1 – 3 of 3) sorted by relevance
32 internal val stringListDescriptor = ListSerializer(String.serializer()).descriptor constant
197 stringListDescriptor -> decodeStringList() in decodeFormatSpecificTypes()
258 stringListDescriptor -> encodeStringList(value as List<String>) in encodeFormatSpecificTypes()