Encodes an "Object" and returns the encoded content as an Object. The Objects here may just be byte[] or Strings depending on the implementation used. @param source An object to encode @return An "encoded" Object @throws EncoderException An encoder exception i
(Object source)
| 39 | * process. |
| 40 | */ |
| 41 | Object encode(Object source) throws EncoderException; |
| 42 | } |
| 43 |
no outgoing calls