Searched refs:CollectionWrapper (Results 1 – 2 of 2) sorted by relevance
14 data class CollectionWrapper( class in kotlinx.serialization.features.CollectionSerializerTest22 val string = Json.encodeToString(CollectionWrapper(list)) in testListJson()25 val wrapper = Json.decodeFromString<CollectionWrapper>(string) in testListJson()33 val string = Json.encodeToString(CollectionWrapper(set)) in testSetJson()36 val wrapper = Json.decodeFromString<CollectionWrapper>(string) in testSetJson()
15 static class CollectionWrapper { class in CollectionMergeTest62 … CollectionWrapper w = MAPPER.readValue(aposToQuotes("{'bag':['b']}"), CollectionWrapper.class); in testCollectionMerging()