Subclasses must implement this to parse the raw network response and return an appropriate response type. This method will be called from a worker thread. The response will not be delivered if you return null. @param response Response from the network @return The parsed response, or null in the cas
(NetworkResponse response)