@param timezone an optional timezone for date parsing
(String timezone)
| 429 | |
| 430 | /** @param timezone an optional timezone for date parsing */ |
| 431 | public void setTimezone(String timezone) { |
| 432 | this.timezone = timezone; |
| 433 | } |
| 434 | |
| 435 | /** @param options a map of options to pass on to the serializer */ |
| 436 | public void setOptions(HashMap<String, ArrayList<String>> options) { |
no outgoing calls