Interface IRequestMarshaller<R, T>
public interface IRequestMarshaller<R, T> where T : MarshallerContext
Type Parameters
R
T
Methods
Marshall(R, T)
void Marshall(R requestObject, T context)
Parameters
requestObject
Rcontext
T
public interface IRequestMarshaller<R, T> where T : MarshallerContext
R
T
void Marshall(R requestObject, T context)
requestObject
Rcontext
T