LocalTestingInvocationDecoder
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
final class LocalTestingInvocationDecoderfinal class LocalTestingInvocationDecoderimport Distributedprotocol DistributedTargetInvocationDecoder<SerializationRequirement>Decoder that must be provided to executeDistributedTarget and is used by the Swift runtime to decode arguments of the invocation.
func decodeErrorType() throws -> (any Any.Type)? func decodeGenericSubstitutions() throws -> [any Any.Type] func decodeNextArgument<Argument>() throws -> Argument where Argument : Decodable, Argument : Encodable func decodeReturnType() throws -> (any Any.Type)? typealias SerializationRequirement = Codable