public static ListLocalDisksResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ListLocalDisksResultUnmarshaller();
     }
     return(instance);
 }
Beispiel #2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ListLocalDisksResponse response = new ListLocalDisksResponse();

            context.Read();
            response.ListLocalDisksResult = ListLocalDisksResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }