Encodes the given object into a text string. @param object The object to encode @return The encoded text string @throws EncodeException If the object cannot be encoded
(T object)
| 56 | * @throws EncodeException If the object cannot be encoded |
| 57 | */ |
| 58 | String encode(T object) throws EncodeException; |
| 59 | } |
| 60 | |
| 61 | /** |
no outgoing calls