Formats a suggestion response @param suggestions List of suggestions for the given type @return A JSON formatted byte array @throws JSONException if serialization failed
(final List<String> suggestions)
| 546 | * @throws JSONException if serialization failed |
| 547 | */ |
| 548 | @Override |
| 549 | public ChannelBuffer formatSuggestV1(final List<String> suggestions) { |
| 550 | return this.serializeJSON(suggestions); |
| 551 | } |
| 552 | |
| 553 | /** |
| 554 | * Format the serializer status map |