Esempio n. 1
0
        private static void UnmarshallResult(JsonUnmarshallerContext context, CreateCachediSCSIVolumeResponse 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("TargetARN", targetDepth))
                {
                    context.Read();
                    response.TargetARN = StringUnmarshaller.GetInstance().Unmarshall(context);
                    continue;
                }

                if (context.CurrentDepth <= originalDepth)
                {
                    return;
                }
            }

            return;
        }
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreateCachediSCSIVolumeResponse response = new CreateCachediSCSIVolumeResponse();

            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;
                }
            }

            return(response);
        }
Esempio n. 3
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreateCachediSCSIVolumeResponse response = new CreateCachediSCSIVolumeResponse();

            context.Read();

            UnmarshallResult(context, response);
            return(response);
        }
Esempio n. 4
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreateCachediSCSIVolumeResponse response = new CreateCachediSCSIVolumeResponse();

            context.Read();

            response.CreateCachediSCSIVolumeResult = CreateCachediSCSIVolumeResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }