Format a single TSMeta object @param meta The TSMeta object to serialize @return A JSON structure @throws JSONException if serialization failed
(final TSMeta meta)
| 1003 | * @throws JSONException if serialization failed |
| 1004 | */ |
| 1005 | public ChannelBuffer formatTSMetaV1(final TSMeta meta) { |
| 1006 | return this.serializeJSON(meta); |
| 1007 | } |
| 1008 | |
| 1009 | /** |
| 1010 | * Format a a list of TSMeta objects |
nothing calls this directly
no test coverage detected