@param options a map of options to pass on to the serializer
(HashMap<String, ArrayList<String>> options)
| 434 | |
| 435 | /** @param options a map of options to pass on to the serializer */ |
| 436 | public void setOptions(HashMap<String, ArrayList<String>> options) { |
| 437 | this.options = options; |
| 438 | } |
| 439 | |
| 440 | /** @param padding whether or not the query should include padding */ |
| 441 | public void setPadding(boolean padding) { |
no outgoing calls