jadex.standalone.transport.codecs
Interface IDecoder

All Known Implementing Classes:
JadexXMLCodec, NuggetsCodec, SerialCodec, XMLCodec

public interface IDecoder

Decode an object from a string representation.


Method Summary
 Object decode(byte[] bytes, ClassLoader classloader)
          Decode data with the codec.
 

Method Detail

decode

Object decode(byte[] bytes,
              ClassLoader classloader)
Decode data with the codec.

Parameters:
bytes - The value bytes.
Returns:
The encoded object.


Copyright © 2010. All Rights Reserved.