public ListActivityTypesResult Unmarshall(JsonUnmarshallerContext context)
        {
            ListActivityTypesResult result = new ListActivityTypesResult();

            result.ActivityTypeInfos = ActivityTypeInfosUnmarshaller.GetInstance().Unmarshall(context);
            return(result);
        }
Ejemplo n.º 2
0
 public static ActivityTypeInfosUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ActivityTypeInfosUnmarshaller();
     }
     return(instance);
 }
 private static void UnmarshallResult(JsonUnmarshallerContext context, ListActivityTypesResponse response)
 {
     response.ActivityTypeInfos = ActivityTypeInfosUnmarshaller.GetInstance().Unmarshall(context);
     return;
 }