public static DescribeCommunicationsResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeCommunicationsResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DescribeCommunicationsResponse response = new DescribeCommunicationsResponse();

            context.Read();

            response.DescribeCommunicationsResult = DescribeCommunicationsResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }