Beispiel #1
0
 public static object Invoke(object remoteObject, MethodInfo targetMethod, params object[] args)
 => PriseProxy.Invoke(remoteObject, targetMethod, args, new JsonSerializerParameterConverter(), new JsonSerializerResultConverter());
Beispiel #2
0
 public static object Invoke(object remoteObject, MethodInfo targetMethod, params object[] args)
 => PriseProxy.Invoke(remoteObject, targetMethod, args, new NewtonsoftParameterConverter(), new NewtonsoftResultConverter());