jadex.standalone.transport.codecs
Interface IEncoder

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

public interface IEncoder

Encode an object to a string representation.


Method Summary
 byte[] encode(Object val, ClassLoader classloader)
          Encode data with the codec.
 

Method Detail

encode

byte[] encode(Object val,
              ClassLoader classloader)
Encode data with the codec.

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


Copyright © 2010. All Rights Reserved.