Format a response from the Uid Assignment RPC @param response A map of lists of pairs representing the results of the assignment @return A JSON structure @throws JSONException if serialization failed
(final
Map<String, TreeMap<String, String>> response)
| 597 | * @throws JSONException if serialization failed |
| 598 | */ |
| 599 | public ChannelBuffer formatUidAssignV1(final |
| 600 | Map<String, TreeMap<String, String>> response) { |
| 601 | return this.serializeJSON(response); |
| 602 | } |
| 603 | |
| 604 | /** |
| 605 | * Format a response from the Uid Rename RPC |
nothing calls this directly
no test coverage detected