Home
last modified time | relevance | path

Searched refs:assertSerializedToBinaryAndRestored (Results 1 – 6 of 6) sorted by relevance

/external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/protobuf/
DProtobufPrimitiveWrappersTest.kt20assertSerializedToBinaryAndRestored(TestInt(-150), TestInt.serializer(), ProtoBuf, hexResultToChec… in testSignedInteger()
25 assertSerializedToBinaryAndRestored( in testIntList()
33 assertSerializedToBinaryAndRestored( in testString()
41 assertSerializedToBinaryAndRestored( in testTwiceNested()
49 assertSerializedToBinaryAndRestored( in testMixedTags()
57assertSerializedToBinaryAndRestored(TestInt(0), TestInt.serializer(), ProtoBuf, hexResultToCheck =… in testDefaultPrimitiveValues()
58assertSerializedToBinaryAndRestored(TestList(listOf()), TestList.serializer(), ProtoBuf, hexResult… in testDefaultPrimitiveValues()
59 assertSerializedToBinaryAndRestored( in testDefaultPrimitiveValues()
67 assertSerializedToBinaryAndRestored( in testFixedIntWithLong()
DProtobufPolymorphismTest.kt14 assertSerializedToBinaryAndRestored(obj, PolyBox.serializer(), in testAbstract()
26 assertSerializedToBinaryAndRestored(obj, SealedBox.serializer(), ProtoBuf) in testSealed()
/external/kotlinx.serialization/formats/cbor/commonTest/src/kotlinx/serialization/cbor/
DCborPolymorphismTest.kt21 assertSerializedToBinaryAndRestored( in testSealedWithOneSubclass()
37 assertSerializedToBinaryAndRestored(obj, SealedBox.serializer(), cbor) in testSealedWithMultipleSubclasses()
48 assertSerializedToBinaryAndRestored(obj, PolyBox.serializer(), cbor) in testOpenPolymorphism()
/external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/
DTestUtils.kt9 internal inline fun <reified T> assertSerializedToBinaryAndRestored( in assertSerializedToBinaryAndRestored() method
/external/kotlinx.serialization/formats/cbor/commonTest/src/kotlinx/serialization/
DTestUtilities.kt9 internal inline fun <reified T : Any> assertSerializedToBinaryAndRestored( in assertSerializedToBinaryAndRestored() method
/external/kotlinx.serialization/formats/protobuf/jvmTest/src/kotlinx/serialization/protobuf/
DProtobufTopLevelPrimitivesCompatibilityTest.kt150 assertSerializedToBinaryAndRestored(map, serializer(), ProtoBuf) in testNestedMaps()