public static ListVolumesResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ListVolumesResultUnmarshaller();
     }
     return(instance);
 }
Exemple #2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ListVolumesResponse response = new ListVolumesResponse();

            context.Read();
            response.ListVolumesResult = ListVolumesResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }