public ListActivityTypesResult Unmarshall(JsonUnmarshallerContext context) { ListActivityTypesResult result = new ListActivityTypesResult(); result.ActivityTypeInfos = ActivityTypeInfosUnmarshaller.GetInstance().Unmarshall(context); return(result); }
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; }