Ejemplo n.º 1
0
 public static ScanResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ScanResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ScanResponse response = new ScanResponse();

            context.Read();
            response.ScanResult = ScanResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }