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