|
|
-
Re: Encoder/Decoder exceptionsJun Rao 2013-02-22, 05:18
Encoder/Decoder expects non-null return values. So, you should throw
exceptions instead. Thanks, Jun On Thu, Feb 21, 2013 at 5:04 PM, Adam Talaat <[EMAIL PROTECTED]> wrote: > Are there any caveats to returning null from an Encoder or Decoder? I'm > planning on doing this if there is a problem de/serializing a message, > rather than throwing an exception. > |