@param show_query whether or not to show the query with the serialization
(boolean show_query)
| 469 | |
| 470 | /** @param show_query whether or not to show the query with the serialization */ |
| 471 | public void setShowQuery(boolean show_query) { |
| 472 | this.show_query = show_query; |
| 473 | } |
| 474 | |
| 475 | /** @param show_stats whether or not to show stats in the serialization */ |
| 476 | public void setShowStats(boolean show_stats) { |
no outgoing calls