Example #1
0
 public static CreateDeploymentResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CreateDeploymentResultUnmarshaller();
     }
     return(instance);
 }
Example #2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreateDeploymentResponse response = new CreateDeploymentResponse();

            context.Read();

            response.CreateDeploymentResult = CreateDeploymentResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }