Returns information about the CreateStorediSCSIVolume response and response metadata.
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreateStorediSCSIVolumeResponse response = new CreateStorediSCSIVolumeResponse();

            context.Read();
            int targetDepth = context.CurrentDepth;
            while (context.ReadAtDepth(targetDepth))
            {
                if (context.TestExpression("TargetARN", targetDepth))
                {
                    var unmarshaller = StringUnmarshaller.Instance;
                    response.TargetARN = unmarshaller.Unmarshall(context);
                    continue;
                }
                if (context.TestExpression("VolumeARN", targetDepth))
                {
                    var unmarshaller = StringUnmarshaller.Instance;
                    response.VolumeARN = unmarshaller.Unmarshall(context);
                    continue;
                }
                if (context.TestExpression("VolumeSizeInBytes", targetDepth))
                {
                    var unmarshaller = LongUnmarshaller.Instance;
                    response.VolumeSizeInBytes = unmarshaller.Unmarshall(context);
                    continue;
                }
            }

            return response;
        }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreateStorediSCSIVolumeResponse response = new CreateStorediSCSIVolumeResponse();

              context.Read();
              response.CreateStorediSCSIVolumeResult = CreateStorediSCSIVolumeResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
 {
   CreateStorediSCSIVolumeResponse response = new CreateStorediSCSIVolumeResponse();          
   
   context.Read();
   
   UnmarshallResult(context,response);
   return response;
 }
       private static void UnmarshallResult(JsonUnmarshallerContext context,CreateStorediSCSIVolumeResponse response)
       {
         
           int originalDepth = context.CurrentDepth;
           int targetDepth = originalDepth + 1;
           while (context.Read())
           {
             
             if (context.TestExpression("VolumeARN", targetDepth))
             {
               context.Read();
               response.VolumeARN = StringUnmarshaller.GetInstance().Unmarshall(context);
               continue;
             }
 
             if (context.TestExpression("VolumeSizeInBytes", targetDepth))
             {
               context.Read();
               response.VolumeSizeInBytes = LongUnmarshaller.GetInstance().Unmarshall(context);
               continue;
             }
 
             if (context.TestExpression("TargetARN", targetDepth))
             {
               context.Read();
               response.TargetARN = StringUnmarshaller.GetInstance().Unmarshall(context);
               continue;
             }
 
               if (context.CurrentDepth <= originalDepth)
               {                   
                   return;
               }
           }
                       
           return;
       }