Converts objects to an appropriate representation in the template. @param object what to encode as the request body. @param bodyType the type the object should be encoded as. #MAP_STRING_WILDCARD indicates form encoding. @param template the request template to populate. @throws EncodeEx
(Object object, Type bodyType, RequestTemplate template)
| 80 | * @throws EncodeException when encoding failed due to a checked exception. |
| 81 | */ |
| 82 | void encode(Object object, Type bodyType, RequestTemplate template) throws EncodeException; |
| 83 | |
| 84 | /** |
| 85 | * @deprecated use {@link DefaultEncoder} instead. |
no outgoing calls