Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.DescribeDomainResponseUnmarshaller.UnmarshallResult C# (CSharp) Method

UnmarshallResult() private static method

private static UnmarshallResult ( JsonUnmarshallerContext context, DescribeDomainResponse response ) : void
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
response Amazon.SimpleWorkflow.Model.DescribeDomainResponse
return void
        private static void UnmarshallResult(JsonUnmarshallerContext context,DescribeDomainResponse response)
        {                   
          response.DomainDetail = DomainDetailUnmarshaller.GetInstance().Unmarshall(context);
          return;
        }