The simple name for this serializer referenced by users. The name should be lower case, all one word without any odd characters so it can be used in a query string. E.g. "json" or "xml" or "odata" @return the name of the serializer
()
| 154 | * @return the name of the serializer |
| 155 | */ |
| 156 | public abstract String shortName(); |
| 157 | |
| 158 | /** @return the incoming content type */ |
| 159 | public String requestContentType() { |
no outgoing calls
no test coverage detected