Code Details Core MicroservicesClient MicroservicesClientBase Deserialize Method Deserialize(T) (String, Microservice_Endpoint_Protocol_Enum, List(KeyValuePair(String, String)), String, Custom_Tracer)
MicroservicesClientBase.Deserialize(T) Method (String, Microservice_Endpoint_Protocol_Enum, List(KeyValuePair(String, String)), String, Custom_Tracer) Deserialize an object from a remote microservice URI (Generic method) Namespace: SobekCM.Core.MicroservicesClient Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0) Syntax
Parameters
Type Parameters
Return ValueType: TAn object of the type requested, from the serializing effort Remarks This only works for simple GET requests at the moment, as no object is POSTed to the remote microservice URL
See AlsoVersion 4.10.0 ( last generated Monday, March 7, 2016 ) |