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 <atal...@extole.com> 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. >